2023-11-15T05:04:19.543 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T05:04:19.544 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465 --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 -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465/orig.config.yaml 2023-11-15T05:04:19.591 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T05:04:19.676 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465 branch: wip-yuri4-testing-2023-11-13-0820-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: '7458465' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri4-testing-2023-11-13-0820-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG7L8MooRwTcQgQctxQfGrlCHI+BL305f4KcDL/hbxqmPMNVNWWU+UKpr6WfWDfHr70xvKyetjpc/8g0v7CoVZ4= smithi162.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO3zDu46Nl10gbsyPfI+h2WXNaOKmSuOpC+2JypLpQWoCwP6QhvyRy/6nYfhh6+QWh7+HdUsUDm0pZTJAhx9zlU= 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-15T05:04:19.677 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T05:04:19.678 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T05:04:19.678 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T05:04:19.680 INFO:teuthology.task.internal:Checking packages... 2023-11-15T05:04:19.710 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T05:04:19.711 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T05:04:19.711 INFO:teuthology.packaging:ref: None 2023-11-15T05:04:19.712 INFO:teuthology.packaging:tag: None 2023-11-15T05:04:19.712 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:04:19.712 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:04:19.713 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:04:19.928 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170.g620f25c1 2023-11-15T05:04:19.928 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T05:04:19.935 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T05:04:19.936 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T05:04:19.944 INFO:teuthology.task.internal:Saving configuration 2023-11-15T05:04:19.958 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T05:04:19.967 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:04:19.995 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 04:58:56.709700', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG7L8MooRwTcQgQctxQfGrlCHI+BL305f4KcDL/hbxqmPMNVNWWU+UKpr6WfWDfHr70xvKyetjpc/8g0v7CoVZ4='} 2023-11-15T05:04:20.017 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 04:58:56.711574', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO3zDu46Nl10gbsyPfI+h2WXNaOKmSuOpC+2JypLpQWoCwP6QhvyRy/6nYfhh6+QWh7+HdUsUDm0pZTJAhx9zlU='} 2023-11-15T05:04:20.018 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T05:04:20.025 INFO:teuthology.task.internal:roles: ubuntu@smithi073.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-15T05:04:20.026 INFO:teuthology.task.internal:roles: ubuntu@smithi162.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-15T05:04:20.026 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T05:04:20.104 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7efd1eb93af0>, signals=[15]) 2023-11-15T05:04:20.105 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T05:04:20.116 INFO:teuthology.task.internal:Opening connections... 2023-11-15T05:04:20.116 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:04:20.118 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:04:20.189 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi162.front.sepia.ceph.com 2023-11-15T05:04:20.190 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:04:20.259 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T05:04:20.275 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2023-11-15T05:04:20.299 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2023-11-15T05:04:20.300 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2023-11-15T05:04:20.360 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="CentOS Stream" 2023-11-15T05:04:20.361 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="8" 2023-11-15T05:04:20.361 INFO:teuthology.orchestra.run.smithi073.stdout:ID="centos" 2023-11-15T05:04:20.361 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE="rhel fedora" 2023-11-15T05:04:20.361 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="8" 2023-11-15T05:04:20.362 INFO:teuthology.orchestra.run.smithi073.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:04:20.362 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-15T05:04:20.362 INFO:teuthology.orchestra.run.smithi073.stdout:ANSI_COLOR="0;31" 2023-11-15T05:04:20.362 INFO:teuthology.orchestra.run.smithi073.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-15T05:04:20.363 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://centos.org/" 2023-11-15T05:04:20.363 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:04:20.363 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:04:20.363 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-15T05:04:20.364 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2023-11-15T05:04:20.389 DEBUG:teuthology.orchestra.run.smithi162:> uname -m 2023-11-15T05:04:20.411 INFO:teuthology.orchestra.run.smithi162.stdout:x86_64 2023-11-15T05:04:20.412 DEBUG:teuthology.orchestra.run.smithi162:> cat /etc/os-release 2023-11-15T05:04:20.472 INFO:teuthology.orchestra.run.smithi162.stdout:NAME="CentOS Stream" 2023-11-15T05:04:20.472 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION="8" 2023-11-15T05:04:20.473 INFO:teuthology.orchestra.run.smithi162.stdout:ID="centos" 2023-11-15T05:04:20.473 INFO:teuthology.orchestra.run.smithi162.stdout:ID_LIKE="rhel fedora" 2023-11-15T05:04:20.473 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_ID="8" 2023-11-15T05:04:20.473 INFO:teuthology.orchestra.run.smithi162.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:04:20.474 INFO:teuthology.orchestra.run.smithi162.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-15T05:04:20.474 INFO:teuthology.orchestra.run.smithi162.stdout:ANSI_COLOR="0;31" 2023-11-15T05:04:20.474 INFO:teuthology.orchestra.run.smithi162.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-15T05:04:20.474 INFO:teuthology.orchestra.run.smithi162.stdout:HOME_URL="https://centos.org/" 2023-11-15T05:04:20.475 INFO:teuthology.orchestra.run.smithi162.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:04:20.475 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:04:20.475 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-15T05:04:20.475 INFO:teuthology.lock.ops:Updating smithi162.front.sepia.ceph.com on lock server 2023-11-15T05:04:20.497 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T05:04:20.506 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T05:04:20.513 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T05:04:20.513 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:04:20.516 DEBUG:teuthology.orchestra.run.smithi162:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:04:20.535 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T05:04:20.542 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T05:04:20.543 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:04:20.578 DEBUG:teuthology.orchestra.run.smithi162:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:04:20.608 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T05:04:20.665 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T05:04:20.680 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T05:04:20.681 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T05:04:20.681 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:04:20.682 DEBUG:teuthology.orchestra.run.smithi162:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:04:20.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:04:20.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:04:20.703 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2023-11-15T05:04:20.704 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-11-15T05:04:20.763 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-489.el8.x86_64 2023-11-15T05:04:20.763 INFO:teuthology.task.kernel:Running kernel on smithi162: 4.18.0-489.el8.x86_64 2023-11-15T05:04:20.763 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum install -y kernel 2023-11-15T05:04:20.765 INFO:teuthology.orchestra.run.smithi073.stdout:4.18.0-489.el8.x86_64 2023-11-15T05:04:20.765 INFO:teuthology.task.kernel:Running kernel on smithi073: 4.18.0-489.el8.x86_64 2023-11-15T05:04:20.765 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum install -y kernel 2023-11-15T05:04:30.502 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - AppStream 4.6 MB/s | 34 MB 00:07 2023-11-15T05:04:30.905 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 8 - AppStream 4.5 MB/s | 34 MB 00:07 2023-11-15T05:04:37.660 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - BaseOS 54 MB/s | 53 MB 00:00 2023-11-15T05:04:38.263 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 8 - BaseOS 59 MB/s | 53 MB 00:00 2023-11-15T05:04:45.825 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras 31 kB/s | 18 kB 00:00 2023-11-15T05:04:46.404 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 8 - Extras 43 kB/s | 18 kB 00:00 2023-11-15T05:04:46.593 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2023-11-15T05:04:46.861 INFO:teuthology.orchestra.run.smithi162.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-11-15T05:04:47.155 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2023-11-15T05:04:47.415 INFO:teuthology.orchestra.run.smithi073.stdout:Copr repo for python3-asyncssh owned by ceph 32 kB/s | 3.5 kB 00:00 2023-11-15T05:04:51.305 INFO:teuthology.orchestra.run.smithi162.stdout:Extra Packages for Enterprise Linux 3.7 MB/s | 16 MB 00:04 2023-11-15T05:04:55.111 INFO:teuthology.orchestra.run.smithi162.stdout:lab-extras 440 kB/s | 24 kB 00:00 2023-11-15T05:04:58.709 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-15T05:04:58.710 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-15T05:04:58.994 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-15T05:04:58.995 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T05:04:58.995 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-15T05:04:58.995 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T05:04:58.996 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-15T05:04:58.996 INFO:teuthology.orchestra.run.smithi162.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-15T05:04:58.996 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-15T05:04:58.996 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-15T05:04:58.997 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-15T05:04:58.997 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:04:58.997 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-15T05:04:58.997 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T05:04:58.997 INFO:teuthology.orchestra.run.smithi162.stdout:Install 3 Packages 2023-11-15T05:04:58.997 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:04:58.998 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 89 M 2023-11-15T05:04:58.998 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 96 M 2023-11-15T05:04:58.999 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-15T05:04:59.670 INFO:teuthology.orchestra.run.smithi162.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 21 MB/s | 10 MB 00:00 2023-11-15T05:05:00.403 INFO:teuthology.orchestra.run.smithi162.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 30 MB/s | 36 MB 00:01 2023-11-15T05:05:00.870 INFO:teuthology.orchestra.run.smithi162.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 26 MB/s | 43 MB 00:01 2023-11-15T05:05:00.871 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:05:00.871 INFO:teuthology.orchestra.run.smithi162.stdout:Total 48 MB/s | 89 MB 00:01 2023-11-15T05:05:01.549 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-15T05:05:01.974 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-15T05:05:01.975 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-15T05:05:03.221 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-15T05:05:03.246 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-15T05:05:04.301 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 976 kB/s | 16 MB 00:16 2023-11-15T05:05:06.024 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-15T05:05:06.767 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:05:08.265 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 184 kB/s | 24 kB 00:00 2023-11-15T05:05:10.342 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:05:10.716 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:05:11.905 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-15T05:05:11.905 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-15T05:05:12.205 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-11-15T05:05:12.206 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:05:12.206 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2023-11-15T05:05:12.207 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:05:12.207 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2023-11-15T05:05:12.207 INFO:teuthology.orchestra.run.smithi073.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-15T05:05:12.207 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2023-11-15T05:05:12.207 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-15T05:05:12.208 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-15T05:05:12.208 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:05:12.208 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-11-15T05:05:12.208 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:05:12.208 INFO:teuthology.orchestra.run.smithi073.stdout:Install 3 Packages 2023-11-15T05:05:12.209 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:05:12.209 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 89 M 2023-11-15T05:05:12.209 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 96 M 2023-11-15T05:05:12.210 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2023-11-15T05:05:13.599 INFO:teuthology.orchestra.run.smithi073.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 7.4 MB/s | 10 MB 00:01 2023-11-15T05:05:14.138 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:05:14.420 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:14.724 INFO:teuthology.orchestra.run.smithi073.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-11-15T05:05:15.391 INFO:teuthology.orchestra.run.smithi073.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-11-15T05:05:15.391 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:05:15.391 INFO:teuthology.orchestra.run.smithi073.stdout:Total 28 MB/s | 89 MB 00:03 2023-11-15T05:05:16.065 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2023-11-15T05:05:16.495 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2023-11-15T05:05:16.495 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2023-11-15T05:05:17.748 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2023-11-15T05:05:17.777 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2023-11-15T05:05:20.528 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2023-11-15T05:05:21.102 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:05:24.694 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:05:25.077 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:05:28.496 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:05:28.765 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:36.178 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:36.202 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:36.548 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:36.548 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:05:36.548 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:05:37.345 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:37.345 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:05:37.345 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-15T05:05:37.346 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-15T05:05:37.346 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-15T05:05:37.346 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:05:37.346 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-15T05:05:37.496 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:05:37.711 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T05:05:37.712 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T05:05:37.712 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-15T05:05:37.712 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:05:37.712 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:05:37.713 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T05:05:37.713 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi162.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:05:37.713 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:05:37.923 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T05:05:37.924 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T05:05:37.924 DEBUG:teuthology.orchestra.run.smithi162:> sudo rpm -qi grub2-tools 2023-11-15T05:05:37.958 INFO:teuthology.orchestra.run.smithi162.stdout:Name : grub2-tools 2023-11-15T05:05:37.958 INFO:teuthology.orchestra.run.smithi162.stdout:Epoch : 1 2023-11-15T05:05:37.958 INFO:teuthology.orchestra.run.smithi162.stdout:Version : 2.02 2023-11-15T05:05:37.959 INFO:teuthology.orchestra.run.smithi162.stdout:Release : 129.el8 2023-11-15T05:05:37.959 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: x86_64 2023-11-15T05:05:37.959 INFO:teuthology.orchestra.run.smithi162.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-15T05:05:37.959 INFO:teuthology.orchestra.run.smithi162.stdout:Group : System Environment/Base 2023-11-15T05:05:37.959 INFO:teuthology.orchestra.run.smithi162.stdout:Size : 9265586 2023-11-15T05:05:37.960 INFO:teuthology.orchestra.run.smithi162.stdout:License : GPLv3+ 2023-11-15T05:05:37.960 INFO:teuthology.orchestra.run.smithi162.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-15T05:05:37.960 INFO:teuthology.orchestra.run.smithi162.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-15T05:05:37.960 INFO:teuthology.orchestra.run.smithi162.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-15T05:05:37.960 INFO:teuthology.orchestra.run.smithi162.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-15T05:05:37.961 INFO:teuthology.orchestra.run.smithi162.stdout:Relocations : (not relocatable) 2023-11-15T05:05:37.961 INFO:teuthology.orchestra.run.smithi162.stdout:Packager : CentOS BuildSystem 2023-11-15T05:05:37.961 INFO:teuthology.orchestra.run.smithi162.stdout:Vendor : CentOS 2023-11-15T05:05:37.961 INFO:teuthology.orchestra.run.smithi162.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:05:37.961 INFO:teuthology.orchestra.run.smithi162.stdout:Summary : Support tools for GRUB. 2023-11-15T05:05:37.962 INFO:teuthology.orchestra.run.smithi162.stdout:Description : 2023-11-15T05:05:37.962 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:05:37.962 INFO:teuthology.orchestra.run.smithi162.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:05:37.962 INFO:teuthology.orchestra.run.smithi162.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:05:37.962 INFO:teuthology.orchestra.run.smithi162.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:05:37.963 INFO:teuthology.orchestra.run.smithi162.stdout:hardware devices. 2023-11-15T05:05:37.963 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:05:37.963 INFO:teuthology.orchestra.run.smithi162.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:05:37.964 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:05:37.964 INFO:teuthology.task.kernel:Updating grub on smithi162 to boot 4.18.0-521.el8.x86_64 2023-11-15T05:05:37.965 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:05:39.677 INFO:teuthology.orchestra.run.smithi162.stderr:Generating grub configuration file ... 2023-11-15T05:05:41.748 INFO:teuthology.orchestra.run.smithi162.stderr:done 2023-11-15T05:05:41.755 DEBUG:teuthology.orchestra.run.smithi162:> mktemp 2023-11-15T05:05:41.780 INFO:teuthology.orchestra.run.smithi162.stdout:/tmp/tmp.m6KoZwdutg 2023-11-15T05:05:41.780 DEBUG:teuthology.orchestra.run.smithi162:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.m6KoZwdutg 2023-11-15T05:05:41.870 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0666 /tmp/tmp.m6KoZwdutg 2023-11-15T05:05:41.989 DEBUG:teuthology.orchestra.remote:smithi162:/tmp/tmp.m6KoZwdutg is 6KB 2023-11-15T05:05:42.040 DEBUG:teuthology.orchestra.run.smithi162:> rm -fr /tmp/tmp.m6KoZwdutg 2023-11-15T05:05:42.060 DEBUG:teuthology.orchestra.run.smithi162:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:05:42.124 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-15T05:05:42.124 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-15T05:05:42.125 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-15T05:05:42.125 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-15T05:05:42.126 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-15T05:05:42.286 DEBUG:teuthology.orchestra.run.smithi162:> sudo shutdown -r now 2023-11-15T05:05:50.804 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:50.829 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:51.171 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:51.172 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:05:51.172 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:05:51.958 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:05:51.958 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:05:51.958 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2023-11-15T05:05:51.959 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-15T05:05:51.959 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-15T05:05:51.959 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:05:51.959 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-11-15T05:05:52.118 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:05:52.331 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T05:05:52.332 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T05:05:52.332 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-15T05:05:52.332 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:05:52.332 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:05:52.333 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T05:05:52.333 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi073.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:05:52.333 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:05:52.540 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T05:05:52.541 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T05:05:52.541 DEBUG:teuthology.orchestra.run.smithi073:> sudo rpm -qi grub2-tools 2023-11-15T05:05:52.574 INFO:teuthology.orchestra.run.smithi073.stdout:Name : grub2-tools 2023-11-15T05:05:52.574 INFO:teuthology.orchestra.run.smithi073.stdout:Epoch : 1 2023-11-15T05:05:52.574 INFO:teuthology.orchestra.run.smithi073.stdout:Version : 2.02 2023-11-15T05:05:52.575 INFO:teuthology.orchestra.run.smithi073.stdout:Release : 129.el8 2023-11-15T05:05:52.575 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: x86_64 2023-11-15T05:05:52.575 INFO:teuthology.orchestra.run.smithi073.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-15T05:05:52.575 INFO:teuthology.orchestra.run.smithi073.stdout:Group : System Environment/Base 2023-11-15T05:05:52.575 INFO:teuthology.orchestra.run.smithi073.stdout:Size : 9265586 2023-11-15T05:05:52.576 INFO:teuthology.orchestra.run.smithi073.stdout:License : GPLv3+ 2023-11-15T05:05:52.576 INFO:teuthology.orchestra.run.smithi073.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-15T05:05:52.576 INFO:teuthology.orchestra.run.smithi073.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-15T05:05:52.576 INFO:teuthology.orchestra.run.smithi073.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-15T05:05:52.577 INFO:teuthology.orchestra.run.smithi073.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-15T05:05:52.577 INFO:teuthology.orchestra.run.smithi073.stdout:Relocations : (not relocatable) 2023-11-15T05:05:52.577 INFO:teuthology.orchestra.run.smithi073.stdout:Packager : CentOS BuildSystem 2023-11-15T05:05:52.577 INFO:teuthology.orchestra.run.smithi073.stdout:Vendor : CentOS 2023-11-15T05:05:52.577 INFO:teuthology.orchestra.run.smithi073.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:05:52.578 INFO:teuthology.orchestra.run.smithi073.stdout:Summary : Support tools for GRUB. 2023-11-15T05:05:52.578 INFO:teuthology.orchestra.run.smithi073.stdout:Description : 2023-11-15T05:05:52.578 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:05:52.578 INFO:teuthology.orchestra.run.smithi073.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:05:52.579 INFO:teuthology.orchestra.run.smithi073.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:05:52.579 INFO:teuthology.orchestra.run.smithi073.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:05:52.579 INFO:teuthology.orchestra.run.smithi073.stdout:hardware devices. 2023-11-15T05:05:52.579 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:05:52.580 INFO:teuthology.orchestra.run.smithi073.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:05:52.581 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:05:52.581 INFO:teuthology.task.kernel:Updating grub on smithi073 to boot 4.18.0-521.el8.x86_64 2023-11-15T05:05:52.582 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:05:54.120 INFO:teuthology.orchestra.run.smithi073.stderr:Generating grub configuration file ... 2023-11-15T05:05:56.423 INFO:teuthology.orchestra.run.smithi073.stderr:done 2023-11-15T05:05:56.425 DEBUG:teuthology.orchestra.run.smithi073:> mktemp 2023-11-15T05:05:56.459 INFO:teuthology.orchestra.run.smithi073.stdout:/tmp/tmp.Blg5oVocwl 2023-11-15T05:05:56.459 DEBUG:teuthology.orchestra.run.smithi073:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Blg5oVocwl 2023-11-15T05:05:56.532 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0666 /tmp/tmp.Blg5oVocwl 2023-11-15T05:05:56.680 DEBUG:teuthology.orchestra.remote:smithi073:/tmp/tmp.Blg5oVocwl is 6KB 2023-11-15T05:05:56.727 DEBUG:teuthology.orchestra.run.smithi073:> rm -fr /tmp/tmp.Blg5oVocwl 2023-11-15T05:05:56.745 DEBUG:teuthology.orchestra.run.smithi073:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:05:56.810 INFO:teuthology.orchestra.run.smithi073.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-15T05:05:56.810 INFO:teuthology.orchestra.run.smithi073.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-15T05:05:56.810 INFO:teuthology.orchestra.run.smithi073.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-15T05:05:56.811 INFO:teuthology.orchestra.run.smithi073.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-15T05:05:56.812 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-15T05:05:56.958 DEBUG:teuthology.orchestra.run.smithi073:> sudo shutdown -r now 2023-11-15T05:06:12.302 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T05:06:12.303 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T05:06:12.304 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:06:26.978 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T05:06:26.979 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:06:26.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:06:46.778 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2023-11-15T05:06:55.788 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T05:06:55.789 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:07:01.626 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-11-15T05:07:10.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:07:10.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:07:14.170 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2023-11-15T05:07:26.182 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T05:07:26.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:07:27.660 DEBUG:teuthology.orchestra.run.smithi162:> true 2023-11-15T05:07:27.989 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T05:07:27.990 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-15T05:07:27.990 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2023-11-15T05:07:28.009 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-521.el8.x86_64 2023-11-15T05:07:28.010 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-15T05:07:28.010 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:07:28.014 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-15T05:07:29.017 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T05:07:29.017 DEBUG:teuthology.orchestra.run.smithi162:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:07:29.022 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-11-15T05:07:29.119 INFO:teuthology.orchestra.run.smithi162.stdout:ttyS1 2023-11-15T05:07:29.141 DEBUG:teuthology.parallel:result is None 2023-11-15T05:07:41.024 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:07:41.025 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:07:41.498 DEBUG:teuthology.orchestra.run.smithi073:> true 2023-11-15T05:07:41.750 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:07:41.750 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-15T05:07:41.751 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-11-15T05:07:41.767 INFO:teuthology.orchestra.run.smithi073.stdout:4.18.0-521.el8.x86_64 2023-11-15T05:07:41.768 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-15T05:07:41.768 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:07:41.768 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-15T05:07:42.770 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T05:07:42.770 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:07:42.846 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2023-11-15T05:07:42.858 DEBUG:teuthology.parallel:result is None 2023-11-15T05:07:42.859 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T05:07:42.865 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T05:07:42.866 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:07:42.869 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:07:42.897 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T05:07:42.904 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T05:07:42.910 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T05:07:42.911 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:07:42.928 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:07:42.968 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T05:07:42.976 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T05:07:42.977 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T05:07:42.986 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T05:07:43.011 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:07:43.021 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:07:43.048 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:07:43.059 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:07:43.061 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T05:07:43.068 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T05:07:43.069 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:07:43.071 DEBUG:teuthology.orchestra.run.smithi162:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:07:43.101 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T05:07:43.109 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T05:07:43.110 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:07:43.138 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:07:43.159 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:07:43.238 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:07:43.284 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:07:43.369 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:07:43.412 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:07:43.413 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:07:43.479 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:07:43.526 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:07:43.587 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:07:43.673 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:07:43.716 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:07:43.716 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:07:43.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2023-11-15T05:07:43.788 DEBUG:teuthology.orchestra.run.smithi162:> sudo service rsyslog restart 2023-11-15T05:07:43.869 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:07:43.894 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:07:44.176 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T05:07:44.183 INFO:teuthology.task.internal:Starting timer... 2023-11-15T05:07:44.183 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T05:07:44.193 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T05:07:44.204 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-15T05:07:44.205 DEBUG:teuthology.orchestra.run.smithi073:> sudo service auditd rotate 2023-11-15T05:07:44.949 INFO:teuthology.orchestra.run.smithi073.stdout:Rotating logs: 2023-11-15T05:07:44.963 DEBUG:teuthology.orchestra.run.smithi162:> sudo service auditd rotate 2023-11-15T05:07:45.053 INFO:teuthology.orchestra.run.smithi162.stdout:Rotating logs: 2023-11-15T05:07:45.053 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T05:07:45.054 DEBUG:teuthology.orchestra.run.smithi073:> /usr/sbin/getenforce 2023-11-15T05:07:45.533 INFO:teuthology.orchestra.run.smithi073.stdout:Permissive 2023-11-15T05:07:45.533 DEBUG:teuthology.orchestra.run.smithi162:> /usr/sbin/getenforce 2023-11-15T05:07:45.556 INFO:teuthology.orchestra.run.smithi162.stdout:Permissive 2023-11-15T05:07:45.556 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi073.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi162.front.sepia.ceph.com': 'permissive'} 2023-11-15T05:07:45.557 DEBUG:teuthology.orchestra.run.smithi073:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:07:45.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:07:45.659 DEBUG:teuthology.orchestra.run.smithi162:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:07:45.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:07:45.687 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T05:07:45.687 DEBUG:teuthology.orchestra.run.smithi073:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:07:45.716 DEBUG:teuthology.orchestra.run.smithi162:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:07:45.754 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T05:07:45.764 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-15T05:07:45.764 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T05:07:45.787 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-15T05:07:45.788 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi073.front.sepia.ceph.com,smithi162.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T05:15:30.804 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi073.front.sepia.ceph.com'), Remote(name='ubuntu@smithi162.front.sepia.ceph.com')] 2023-11-15T05:15:30.806 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:15:30.807 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:15:30.877 DEBUG:teuthology.orchestra.run.smithi073:> true 2023-11-15T05:15:30.948 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:15:30.949 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T05:15:30.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:15:31.021 DEBUG:teuthology.orchestra.run.smithi162:> true 2023-11-15T05:15:31.088 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T05:15:31.089 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T05:15:31.104 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T05:15:31.104 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:15:31.105 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:15:31.110 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:15:31.111 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:15:31.137 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T05:15:31.150 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T05:15:31.161 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T05:15:31.175 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T05:15:31.219 INFO:teuthology.orchestra.run.smithi073.stderr:sudo: ntpd: command not found 2023-11-15T05:15:31.230 INFO:teuthology.orchestra.run.smithi073.stdout:506 Cannot talk to daemon 2023-11-15T05:15:31.240 INFO:teuthology.orchestra.run.smithi162.stderr:sudo: ntpd: command not found 2023-11-15T05:15:31.244 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T05:15:31.251 INFO:teuthology.orchestra.run.smithi162.stdout:506 Cannot talk to daemon 2023-11-15T05:15:31.257 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T05:15:31.265 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T05:15:31.278 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T05:15:31.318 INFO:teuthology.orchestra.run.smithi073.stderr:bash: ntpq: command not found 2023-11-15T05:15:31.321 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:15:31.321 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2023-11-15T05:15:31.322 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:15:31.322 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:15:31.322 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:15:31.322 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:15:31.347 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-15T05:15:31.351 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:15:31.351 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-15T05:15:31.351 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:15:31.351 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:15:31.352 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:15:31.352 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:15:31.353 INFO:teuthology.run_tasks:Running task pexec... 2023-11-15T05:15:31.363 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-15T05:15:31.363 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:15:31.363 DEBUG:teuthology.orchestra.run.smithi073:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T05:15:31.364 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi162.front.sepia.ceph.com 2023-11-15T05:15:31.364 DEBUG:teuthology.orchestra.run.smithi162:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T05:15:32.246 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:38 ago on Wed 15 Nov 2023 05:13:54 AM UTC. 2023-11-15T05:15:32.274 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:38 ago on Wed 15 Nov 2023 05:13:54 AM UTC. 2023-11-15T05:15:34.387 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-15T05:15:34.388 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T05:15:34.389 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-15T05:15:34.389 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T05:15:34.389 INFO:teuthology.orchestra.run.smithi162.stdout:Resetting modules: 2023-11-15T05:15:34.389 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools 2023-11-15T05:15:34.389 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:15:34.390 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-15T05:15:34.390 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T05:15:34.390 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:15:34.394 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-11-15T05:15:34.395 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:15:34.395 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2023-11-15T05:15:34.395 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:15:34.396 INFO:teuthology.orchestra.run.smithi073.stdout:Resetting modules: 2023-11-15T05:15:34.396 INFO:teuthology.orchestra.run.smithi073.stdout: container-tools 2023-11-15T05:15:34.396 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:15:34.396 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-11-15T05:15:34.396 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:15:34.397 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:15:34.642 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-15T05:15:34.648 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-11-15T05:15:35.592 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:41 ago on Wed 15 Nov 2023 05:13:54 AM UTC. 2023-11-15T05:15:35.633 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:41 ago on Wed 15 Nov 2023 05:13:54 AM UTC. 2023-11-15T05:15:37.689 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-11-15T05:15:37.740 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-15T05:15:37.866 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:15:37.866 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2023-11-15T05:15:37.867 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:15:37.868 INFO:teuthology.orchestra.run.smithi073.stdout:Installing group/module packages: 2023-11-15T05:15:37.868 INFO:teuthology.orchestra.run.smithi073.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-15T05:15:37.868 INFO:teuthology.orchestra.run.smithi073.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-15T05:15:37.868 INFO:teuthology.orchestra.run.smithi073.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-15T05:15:37.868 INFO:teuthology.orchestra.run.smithi073.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-15T05:15:37.869 INFO:teuthology.orchestra.run.smithi073.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-15T05:15:37.869 INFO:teuthology.orchestra.run.smithi073.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-15T05:15:37.869 INFO:teuthology.orchestra.run.smithi073.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-15T05:15:37.869 INFO:teuthology.orchestra.run.smithi073.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-15T05:15:37.869 INFO:teuthology.orchestra.run.smithi073.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-15T05:15:37.870 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2023-11-15T05:15:37.870 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-15T05:15:37.870 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-15T05:15:37.870 INFO:teuthology.orchestra.run.smithi073.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-15T05:15:37.870 INFO:teuthology.orchestra.run.smithi073.stdout:Installing weak dependencies: 2023-11-15T05:15:37.871 INFO:teuthology.orchestra.run.smithi073.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-15T05:15:37.871 INFO:teuthology.orchestra.run.smithi073.stdout:Installing module profiles: 2023-11-15T05:15:37.871 INFO:teuthology.orchestra.run.smithi073.stdout: container-tools/common 2023-11-15T05:15:37.871 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:15:37.871 INFO:teuthology.orchestra.run.smithi073.stdout:Enabling module streams: 2023-11-15T05:15:37.871 INFO:teuthology.orchestra.run.smithi073.stdout: container-tools rhel8 2023-11-15T05:15:37.872 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:15:37.872 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-11-15T05:15:37.872 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:15:37.872 INFO:teuthology.orchestra.run.smithi073.stdout:Install 13 Packages 2023-11-15T05:15:37.872 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:15:37.873 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 27 M 2023-11-15T05:15:37.873 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 89 M 2023-11-15T05:15:37.874 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2023-11-15T05:15:37.917 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T05:15:37.917 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-15T05:15:37.918 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T05:15:37.918 INFO:teuthology.orchestra.run.smithi162.stdout:Installing group/module packages: 2023-11-15T05:15:37.918 INFO:teuthology.orchestra.run.smithi162.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-15T05:15:37.918 INFO:teuthology.orchestra.run.smithi162.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-15T05:15:37.918 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-15T05:15:37.919 INFO:teuthology.orchestra.run.smithi162.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-15T05:15:37.919 INFO:teuthology.orchestra.run.smithi162.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-15T05:15:37.919 INFO:teuthology.orchestra.run.smithi162.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-15T05:15:37.919 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-15T05:15:37.919 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-15T05:15:37.920 INFO:teuthology.orchestra.run.smithi162.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-15T05:15:37.920 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-15T05:15:37.920 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-15T05:15:37.920 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-15T05:15:37.920 INFO:teuthology.orchestra.run.smithi162.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-15T05:15:37.920 INFO:teuthology.orchestra.run.smithi162.stdout:Installing weak dependencies: 2023-11-15T05:15:37.921 INFO:teuthology.orchestra.run.smithi162.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-15T05:15:37.921 INFO:teuthology.orchestra.run.smithi162.stdout:Installing module profiles: 2023-11-15T05:15:37.921 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools/common 2023-11-15T05:15:37.921 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:15:37.921 INFO:teuthology.orchestra.run.smithi162.stdout:Enabling module streams: 2023-11-15T05:15:37.922 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools rhel8 2023-11-15T05:15:37.922 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:15:37.922 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-15T05:15:37.922 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T05:15:37.922 INFO:teuthology.orchestra.run.smithi162.stdout:Install 13 Packages 2023-11-15T05:15:37.923 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:15:37.923 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 27 M 2023-11-15T05:15:37.924 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 89 M 2023-11-15T05:15:37.924 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-15T05:15:38.237 INFO:teuthology.orchestra.run.smithi073.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.3 MB/s | 750 kB 00:00 2023-11-15T05:15:38.279 INFO:teuthology.orchestra.run.smithi073.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 909 kB/s | 38 kB 00:00 2023-11-15T05:15:38.300 INFO:teuthology.orchestra.run.smithi162.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.0 MB/s | 750 kB 00:00 2023-11-15T05:15:38.338 INFO:teuthology.orchestra.run.smithi073.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.7 MB/s | 1.0 MB 00:00 2023-11-15T05:15:38.342 INFO:teuthology.orchestra.run.smithi162.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.4 MB/s | 1.0 MB 00:00 2023-11-15T05:15:38.363 INFO:teuthology.orchestra.run.smithi073.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-11-15T05:15:38.367 INFO:teuthology.orchestra.run.smithi162.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 565 kB/s | 38 kB 00:00 2023-11-15T05:15:38.409 INFO:teuthology.orchestra.run.smithi162.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-11-15T05:15:38.413 INFO:teuthology.orchestra.run.smithi073.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-11-15T05:15:38.459 INFO:teuthology.orchestra.run.smithi162.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-11-15T05:15:38.473 INFO:teuthology.orchestra.run.smithi073.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2023-11-15T05:15:38.522 INFO:teuthology.orchestra.run.smithi073.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2023-11-15T05:15:38.534 INFO:teuthology.orchestra.run.smithi162.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 330 kB/s | 25 kB 00:00 2023-11-15T05:15:38.601 INFO:teuthology.orchestra.run.smithi162.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-11-15T05:15:38.817 INFO:teuthology.orchestra.run.smithi073.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 13 MB/s | 9.6 MB 00:00 2023-11-15T05:15:39.015 INFO:teuthology.orchestra.run.smithi073.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 5.8 MB/s | 3.9 MB 00:00 2023-11-15T05:15:39.018 INFO:teuthology.orchestra.run.smithi162.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.0 MB/s | 3.9 MB 00:00 2023-11-15T05:15:39.091 INFO:teuthology.orchestra.run.smithi073.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 703 kB/s | 53 kB 00:00 2023-11-15T05:15:39.190 INFO:teuthology.orchestra.run.smithi073.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-11-15T05:15:39.312 INFO:teuthology.orchestra.run.smithi073.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 10 MB/s | 8.1 MB 00:00 2023-11-15T05:15:39.444 INFO:teuthology.orchestra.run.smithi162.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 6.0 MB/s | 2.5 MB 00:00 2023-11-15T05:15:39.494 INFO:teuthology.orchestra.run.smithi162.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2023-11-15T05:15:39.591 INFO:teuthology.orchestra.run.smithi073.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.3 MB/s | 2.5 MB 00:00 2023-11-15T05:15:39.591 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:15:39.591 INFO:teuthology.orchestra.run.smithi073.stdout:Total 15 MB/s | 27 MB 00:01 2023-11-15T05:15:39.611 INFO:teuthology.orchestra.run.smithi162.stdout:(11/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 8.1 MB/s | 8.1 MB 00:01 2023-11-15T05:15:39.636 INFO:teuthology.orchestra.run.smithi162.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 288 kB/s | 41 kB 00:00 2023-11-15T05:15:39.795 INFO:teuthology.orchestra.run.smithi162.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 5.7 MB/s | 9.6 MB 00:01 2023-11-15T05:15:39.795 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:15:39.795 INFO:teuthology.orchestra.run.smithi162.stdout:Total 14 MB/s | 27 MB 00:01 2023-11-15T05:15:39.858 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2023-11-15T05:15:39.879 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2023-11-15T05:15:39.880 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2023-11-15T05:15:40.062 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-15T05:15:40.084 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-15T05:15:40.084 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-15T05:15:40.147 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2023-11-15T05:15:40.150 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2023-11-15T05:15:40.365 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-15T05:15:40.368 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-15T05:15:40.844 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2023-11-15T05:15:41.066 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-15T05:15:41.169 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-15T05:15:41.320 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-15T05:15:41.372 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-15T05:15:41.532 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-15T05:15:41.565 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-15T05:15:41.721 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-15T05:15:41.849 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T05:15:41.985 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T05:15:42.437 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-15T05:15:42.568 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-15T05:15:43.465 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T05:15:43.583 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T05:15:43.731 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-15T05:15:43.854 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-15T05:15:43.960 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-15T05:15:44.085 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-15T05:15:44.234 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-15T05:15:44.344 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-15T05:15:44.679 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-15T05:15:44.743 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-15T05:15:45.621 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T05:15:45.647 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T05:15:45.861 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-15T05:15:45.887 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-15T05:15:46.097 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T05:15:46.271 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T05:15:46.514 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T05:15:46.514 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-15T05:15:46.515 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-15T05:15:46.515 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-15T05:15:46.515 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T05:15:46.515 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-15T05:15:46.515 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T05:15:46.516 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-15T05:15:46.516 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-15T05:15:46.516 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-15T05:15:46.516 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-15T05:15:46.516 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T05:15:46.517 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-15T05:15:46.697 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T05:15:46.697 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-15T05:15:46.698 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-15T05:15:46.698 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-15T05:15:46.698 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T05:15:46.698 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-15T05:15:46.698 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T05:15:46.699 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-15T05:15:46.699 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-15T05:15:46.699 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-15T05:15:46.699 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-15T05:15:46.699 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T05:15:46.699 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-15T05:15:47.535 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-15T05:15:47.536 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:15:47.536 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2023-11-15T05:15:47.536 INFO:teuthology.orchestra.run.smithi073.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.536 INFO:teuthology.orchestra.run.smithi073.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.536 INFO:teuthology.orchestra.run.smithi073.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-15T05:15:47.537 INFO:teuthology.orchestra.run.smithi073.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-15T05:15:47.537 INFO:teuthology.orchestra.run.smithi073.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.537 INFO:teuthology.orchestra.run.smithi073.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.537 INFO:teuthology.orchestra.run.smithi073.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-15T05:15:47.537 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-15T05:15:47.538 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-15T05:15:47.538 INFO:teuthology.orchestra.run.smithi073.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.538 INFO:teuthology.orchestra.run.smithi073.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.538 INFO:teuthology.orchestra.run.smithi073.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-15T05:15:47.538 INFO:teuthology.orchestra.run.smithi073.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-15T05:15:47.539 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:15:47.539 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-11-15T05:15:47.792 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-15T05:15:47.793 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:15:47.793 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-15T05:15:47.793 INFO:teuthology.orchestra.run.smithi162.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.793 INFO:teuthology.orchestra.run.smithi162.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.794 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-15T05:15:47.794 INFO:teuthology.orchestra.run.smithi162.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-15T05:15:47.794 INFO:teuthology.orchestra.run.smithi162.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.794 INFO:teuthology.orchestra.run.smithi162.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.794 INFO:teuthology.orchestra.run.smithi162.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-15T05:15:47.795 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-15T05:15:47.795 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-15T05:15:47.795 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.795 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:15:47.795 INFO:teuthology.orchestra.run.smithi162.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-15T05:15:47.795 INFO:teuthology.orchestra.run.smithi162.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-15T05:15:47.796 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:15:47.796 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-15T05:15:47.820 DEBUG:teuthology.parallel:result is None 2023-11-15T05:15:48.091 DEBUG:teuthology.parallel:result is None 2023-11-15T05:15:48.091 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-15T05:15:48.104 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-15T05:15:48.104 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:15:48.105 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:15:48.126 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T05:15:48.127 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_1 2023-11-15T05:15:48.185 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T05:15:48.185 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:15:48.185 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 393737 Links: 1 2023-11-15T05:15:48.186 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:15:48.186 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:15:48.186 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 05:15:46.426350631 +0000 2023-11-15T05:15:48.186 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 05:14:51.763617378 +0000 2023-11-15T05:15:48.186 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 05:14:51.763617378 +0000 2023-11-15T05:15:48.187 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T05:15:48.187 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T05:15:48.251 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T05:15:48.252 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T05:15:48.252 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000228357 s, 2.2 MB/s 2023-11-15T05:15:48.253 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T05:15:48.313 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_2 2023-11-15T05:15:48.371 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T05:15:48.371 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:15:48.371 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 395619 Links: 1 2023-11-15T05:15:48.371 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:15:48.372 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:15:48.372 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 05:15:46.426350631 +0000 2023-11-15T05:15:48.372 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 05:14:52.278605170 +0000 2023-11-15T05:15:48.372 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 05:14:52.278605170 +0000 2023-11-15T05:15:48.373 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T05:15:48.373 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T05:15:48.436 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T05:15:48.436 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T05:15:48.436 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000206279 s, 2.5 MB/s 2023-11-15T05:15:48.437 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T05:15:48.496 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_3 2023-11-15T05:15:48.554 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T05:15:48.554 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:15:48.554 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 397516 Links: 1 2023-11-15T05:15:48.555 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:15:48.555 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:15:48.555 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 05:15:46.426350631 +0000 2023-11-15T05:15:48.555 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 05:14:52.797592867 +0000 2023-11-15T05:15:48.555 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 05:14:52.797592867 +0000 2023-11-15T05:15:48.556 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T05:15:48.556 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T05:15:48.618 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T05:15:48.619 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T05:15:48.619 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000211362 s, 2.4 MB/s 2023-11-15T05:15:48.620 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T05:15:48.678 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_4 2023-11-15T05:15:48.735 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T05:15:48.735 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:15:48.735 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 397661 Links: 1 2023-11-15T05:15:48.736 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:15:48.736 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:15:48.736 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 05:15:46.426350631 +0000 2023-11-15T05:15:48.736 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 05:14:53.308580754 +0000 2023-11-15T05:15:48.736 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 05:14:53.308580754 +0000 2023-11-15T05:15:48.737 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T05:15:48.737 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T05:15:48.801 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T05:15:48.801 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T05:15:48.801 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000233749 s, 2.2 MB/s 2023-11-15T05:15:48.802 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T05:15:48.862 DEBUG:teuthology.orchestra.run.smithi073:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T05:15:48.995 INFO:teuthology.orchestra.run.smithi073.stdout:loop 2023-11-15T05:15:48.997 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2023-11-15T05:15:48.997 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T05:15:49.032 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-11-15T05:15:49.064 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_11 2023-11-15T05:15:49.103 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2023-11-15T05:15:49.104 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T05:15:49.180 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-11-15T05:15:49.213 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_21 2023-11-15T05:15:49.250 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2023-11-15T05:15:49.251 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T05:15:49.327 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-11-15T05:15:49.359 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_31 2023-11-15T05:15:49.397 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2023-11-15T05:15:49.397 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T05:15:49.472 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-11-15T05:15:49.504 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_41 2023-11-15T05:15:49.541 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:15:49.541 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:15:49.598 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme list 2023-11-15T05:15:49.664 INFO:teuthology.orchestra.run.smithi073.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T05:15:49.664 INFO:teuthology.orchestra.run.smithi073.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T05:15:49.665 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme0n1 PHFT62040115400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T05:15:49.665 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme1n1 ebb3c4e5b259098b37c1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-15T05:15:49.665 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme2n1 a6b0ecb5e9e8148f5d1d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-15T05:15:49.665 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme3n1 617c3509b7038ed15cf1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-15T05:15:49.666 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme4n1 f5faae9d90b5ba6af7f6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-15T05:15:49.667 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:15:49.667 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:15:49.667 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2023-11-15T05:15:49.733 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:15:49.734 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:15:49.756 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T05:15:49.757 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_1 2023-11-15T05:15:49.818 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T05:15:49.820 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:15:49.820 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 390986 Links: 1 2023-11-15T05:15:49.820 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:15:49.820 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:15:49.820 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 05:15:46.236370067 +0000 2023-11-15T05:15:49.821 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:14:52.003769264 +0000 2023-11-15T05:15:49.821 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:14:52.003769264 +0000 2023-11-15T05:15:49.821 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T05:15:49.821 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T05:15:49.888 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T05:15:49.888 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T05:15:49.888 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000255788 s, 2.0 MB/s 2023-11-15T05:15:49.890 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T05:15:49.950 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_2 2023-11-15T05:15:50.010 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T05:15:50.010 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:15:50.010 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 391046 Links: 1 2023-11-15T05:15:50.011 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:15:50.011 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:15:50.011 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 05:15:46.236370067 +0000 2023-11-15T05:15:50.011 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:14:52.511759086 +0000 2023-11-15T05:15:50.011 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:14:52.511759086 +0000 2023-11-15T05:15:50.012 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T05:15:50.012 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T05:15:50.079 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T05:15:50.079 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T05:15:50.080 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000260968 s, 2.0 MB/s 2023-11-15T05:15:50.081 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T05:15:50.141 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_3 2023-11-15T05:15:50.200 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T05:15:50.201 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:15:50.201 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 385920 Links: 1 2023-11-15T05:15:50.201 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:15:50.201 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:15:50.202 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 05:15:46.237370047 +0000 2023-11-15T05:15:50.202 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:14:53.047748347 +0000 2023-11-15T05:15:50.202 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:14:53.047748347 +0000 2023-11-15T05:15:50.203 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T05:15:50.203 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T05:15:50.268 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T05:15:50.268 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T05:15:50.268 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000235328 s, 2.2 MB/s 2023-11-15T05:15:50.270 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T05:15:50.330 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_4 2023-11-15T05:15:50.388 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T05:15:50.389 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:15:50.389 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 385988 Links: 1 2023-11-15T05:15:50.389 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:15:50.389 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:15:50.390 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 05:15:46.237370047 +0000 2023-11-15T05:15:50.390 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:14:53.566737948 +0000 2023-11-15T05:15:50.390 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:14:53.566737948 +0000 2023-11-15T05:15:50.390 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T05:15:50.391 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T05:15:50.454 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T05:15:50.455 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T05:15:50.455 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000215945 s, 2.4 MB/s 2023-11-15T05:15:50.457 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T05:15:50.516 DEBUG:teuthology.orchestra.run.smithi162:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T05:15:50.636 INFO:teuthology.orchestra.run.smithi162.stdout:loop 2023-11-15T05:15:50.637 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_1... 2023-11-15T05:15:50.638 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T05:15:50.673 INFO:teuthology.orchestra.run.smithi162.stdout:1 2023-11-15T05:15:50.705 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_11 2023-11-15T05:15:50.744 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_2... 2023-11-15T05:15:50.744 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T05:15:50.820 INFO:teuthology.orchestra.run.smithi162.stdout:1 2023-11-15T05:15:50.853 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_21 2023-11-15T05:15:50.891 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_3... 2023-11-15T05:15:50.891 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T05:15:50.965 INFO:teuthology.orchestra.run.smithi162.stdout:1 2023-11-15T05:15:50.998 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_31 2023-11-15T05:15:51.035 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_4... 2023-11-15T05:15:51.036 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T05:15:51.110 INFO:teuthology.orchestra.run.smithi162.stdout:1 2023-11-15T05:15:51.143 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_41 2023-11-15T05:15:51.180 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:15:51.180 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:15:51.238 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme list 2023-11-15T05:15:51.304 INFO:teuthology.orchestra.run.smithi162.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T05:15:51.304 INFO:teuthology.orchestra.run.smithi162.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T05:15:51.305 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme0n1 CVFT623300JU400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T05:15:51.305 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme1n1 a05d57f71d7e1d3f66f1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-15T05:15:51.305 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme2n1 303b8336e499a16f1df1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-15T05:15:51.305 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme3n1 baab774d50bbfa7f45bc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-15T05:15:51.305 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme4n1 c0ff343e9867e587e867 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-15T05:15:51.306 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:15:51.307 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:15:51.307 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/scratch_devs 2023-11-15T05:15:51.373 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T05:15:51.466 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T05:15:51.467 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:15:51.467 INFO:tasks.cephadm:Cluster fsid is 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:15:51.468 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T05:15:51.468 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T05:15:51.469 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi073': '172.21.15.73', 'mon.smithi162': '172.21.15.162'} 2023-11-15T05:15:51.469 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T05:15:51.469 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2023-11-15T05:15:51.504 DEBUG:teuthology.orchestra.run.smithi162:> sudo hostname $(hostname -s) 2023-11-15T05:15:51.531 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 620f25c1794f62207424fc9319427943fb8d1fae)... 2023-11-15T05:15:51.531 DEBUG:teuthology.orchestra.run.smithi073:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:15:51.710 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 05:15 /home/ubuntu/cephtest/cephadm 2023-11-15T05:15:51.710 DEBUG:teuthology.orchestra.run.smithi162:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:15:51.845 INFO:teuthology.orchestra.run.smithi162.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 05:15 /home/ubuntu/cephtest/cephadm 2023-11-15T05:15:51.846 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:15:51.869 DEBUG:teuthology.orchestra.run.smithi162:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:15:51.896 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /etc/ceph 2023-11-15T05:15:51.942 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /etc/ceph 2023-11-15T05:15:51.970 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 777 /etc/ceph 2023-11-15T05:15:52.015 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 777 /etc/ceph 2023-11-15T05:15:52.042 INFO:tasks.cephadm:Writing seed config... 2023-11-15T05:15:52.043 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T05:15:52.043 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T05:15:52.043 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T05:15:52.044 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T05:15:52.044 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T05:15:52.044 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T05:15:52.045 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T05:15:52.045 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T05:15:52.045 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:15:52.046 DEBUG:teuthology.orchestra.run.smithi073:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T05:15:52.077 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 = 0b56be78-8376-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-15T05:15:52.077 DEBUG:teuthology.orchestra.run.smithi073:mon.smithi073> sudo journalctl -f -n 0 -u ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi073.service 2023-11-15T05:15:52.119 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T05:15:52.119 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae -v bootstrap --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.73 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:15:52.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:-- Logs begin at Wed 2023-11-15 05:07:23 UTC. -- 2023-11-15T05:15:52.471 INFO:teuthology.orchestra.run.smithi073.stderr:-------------------------------------------------------------------------------- 2023-11-15T05:15:52.471 INFO:teuthology.orchestra.run.smithi073.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae', '-v', 'bootstrap', '--fsid', '0b56be78-8376-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.73', '--skip-admin-label'] 2023-11-15T05:15:53.969 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 4.6.1 2023-11-15T05:15:53.979 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying podman|docker is present... 2023-11-15T05:15:54.002 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 4.6.1 2023-11-15T05:15:54.011 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying lvm2 is present... 2023-11-15T05:15:54.011 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying time synchronization is in place... 2023-11-15T05:15:54.018 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:15:54.025 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T05:15:54.031 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: enabled 2023-11-15T05:15:54.037 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: active 2023-11-15T05:15:54.038 INFO:teuthology.orchestra.run.smithi073.stderr:Unit chronyd.service is enabled and running 2023-11-15T05:15:54.038 INFO:teuthology.orchestra.run.smithi073.stderr:Repeating the final host check... 2023-11-15T05:15:54.058 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 4.6.1 2023-11-15T05:15:54.069 INFO:teuthology.orchestra.run.smithi073.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-15T05:15:54.070 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl is present 2023-11-15T05:15:54.070 INFO:teuthology.orchestra.run.smithi073.stderr:lvcreate is present 2023-11-15T05:15:54.075 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:15:54.081 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T05:15:54.087 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: enabled 2023-11-15T05:15:54.093 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: active 2023-11-15T05:15:54.093 INFO:teuthology.orchestra.run.smithi073.stderr:Unit chronyd.service is enabled and running 2023-11-15T05:15:54.094 INFO:teuthology.orchestra.run.smithi073.stderr:Host looks OK 2023-11-15T05:15:54.094 INFO:teuthology.orchestra.run.smithi073.stderr:Cluster fsid: 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:15:54.094 INFO:teuthology.orchestra.run.smithi073.stderr:Acquiring lock 140099197534616 on /run/cephadm/0b56be78-8376-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:15:54.094 INFO:teuthology.orchestra.run.smithi073.stderr:Lock 140099197534616 acquired on /run/cephadm/0b56be78-8376-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:15:54.095 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying IP 172.21.15.73 port 3300 ... 2023-11-15T05:15:54.095 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying IP 172.21.15.73 port 6789 ... 2023-11-15T05:15:54.096 INFO:teuthology.orchestra.run.smithi073.stderr:Base mon IP(s) is [172.21.15.73:3300, 172.21.15.73:6789], mon addrv is [v2:172.21.15.73:3300,v1:172.21.15.73:6789] 2023-11-15T05:15:54.098 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.73 metric 100 2023-11-15T05:15:54.098 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.73 metric 100 2023-11-15T05:15:54.101 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-15T05:15:54.101 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-15T05:15:54.101 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1788sec hoplimit 64 pref medium 2023-11-15T05:15:54.103 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T05:15:54.104 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T05:15:54.104 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:15:54.104 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-15T05:15:54.104 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:ce7d/64 scope link 2023-11-15T05:15:54.104 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:15:54.105 INFO:teuthology.orchestra.run.smithi073.stderr:Mon IP `172.21.15.73` is in CIDR network `172.21.0.0/20` 2023-11-15T05:15:54.105 INFO:teuthology.orchestra.run.smithi073.stderr:Mon IP `172.21.15.73` is in CIDR network `172.21.0.0/20` 2023-11-15T05:15:54.106 INFO:teuthology.orchestra.run.smithi073.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-15T05:15:54.106 INFO:teuthology.orchestra.run.smithi073.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T05:15:54.106 INFO:teuthology.orchestra.run.smithi073.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T05:15:54.197 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T05:15:54.324 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Getting image source signatures 2023-11-15T05:15:54.336 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Copying blob sha256:9ed66b813839402af6169f56a47e2708c68f9b594b29345f067cd20c366c9492 2023-11-15T05:15:54.336 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Copying blob sha256:ef3cef4bbbe4c81d403ac704d59c5f6a5c2725c728c01ed1fc2c9d9798719df6 2023-11-15T05:16:24.066 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Copying config sha256:d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T05:16:24.149 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Writing manifest to image destination 2023-11-15T05:16:24.480 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T05:16:25.058 INFO:teuthology.orchestra.run.smithi073.stderr:ceph: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T05:16:25.504 INFO:teuthology.orchestra.run.smithi073.stderr:Ceph version: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T05:16:25.504 INFO:teuthology.orchestra.run.smithi073.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T05:16:26.495 INFO:teuthology.orchestra.run.smithi073.stderr:stat: 167 167 2023-11-15T05:16:28.147 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial keys... 2023-11-15T05:16:29.538 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQAtVFRlcRQ5GhAAvY4aAeG6fFx2YbbSH9OTtg== 2023-11-15T05:16:30.720 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQAuVFRlZ9GkKhAAv2DLd9C/HKYRtiZT2eUisw== 2023-11-15T05:16:31.295 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQAvVFRlFvQMERAAV5jo0ldEts2+uvlf1orE2w== 2023-11-15T05:16:31.620 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial monmap... 2023-11-15T05:16:31.862 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:16:31.863 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:16:31.863 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:16:32.190 INFO:teuthology.orchestra.run.smithi073.stderr:monmaptool for smithi073 [v2:172.21.15.73:3300,v1:172.21.15.73:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:16:32.190 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: set fsid to 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:16:32.190 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:16:32.190 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:16:32.191 INFO:teuthology.orchestra.run.smithi073.stderr:Creating mon... 2023-11-15T05:16:32.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.427+0000 7faaf834d880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:16:32.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.427+0000 7faaf834d880 1 imported monmap: 2023-11-15T05:16:32.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T05:16:32.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:16:32.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T05:16:31.858109+0000 2023-11-15T05:16:32.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: created 2023-11-15T05:16:31.858109+0000 2023-11-15T05:16:32.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T05:16:32.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T05:16:32.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon.smithi073 2023-11-15T05:16:32.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.427+0000 7faaf834d880 0 /usr/bin/ceph-mon: set fsid to 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:16:32.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:16:32.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:16:32.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:16:32.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: DB SUMMARY 2023-11-15T05:16:32.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 0, files: 2023-11-15T05:16:32.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 2023-11-15T05:16:32.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:16:32.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.create_if_missing: 1 2023-11-15T05:16:32.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:16:32.471 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.env: 0x560dfba14080 2023-11-15T05:16:32.471 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:16:32.471 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.info_log: 0x560dfc427380 2023-11-15T05:16:32.471 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:16:32.472 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:16:32.472 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:16:32.472 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:16:32.473 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:16:32.473 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:16:32.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:16:32.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:16:32.475 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:16:32.475 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:16:32.475 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:16:32.475 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:16:32.476 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:16:32.476 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:16:32.476 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:16:32.477 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2023-11-15T05:16:32.477 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:16:32.478 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:16:32.478 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:16:32.478 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:16:32.478 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:16:32.479 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:16:32.479 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:16:32.479 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:16:32.479 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:16:32.480 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:16:32.480 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.write_buffer_manager: 0x560dfc42d980 2023-11-15T05:16:32.480 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:16:32.480 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:16:32.480 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:16:32.480 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:16:32.481 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:16:32.481 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:16:32.481 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:16:32.482 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:16:32.482 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:16:32.482 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:16:32.482 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:16:32.482 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:16:32.483 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:16:32.483 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:16:32.483 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.row_cache: None 2023-11-15T05:16:32.483 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:16:32.483 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:16:32.484 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:16:32.484 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:16:32.484 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:16:32.485 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:16:32.485 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:16:32.485 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:16:32.485 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:16:32.486 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:16:32.486 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:16:32.486 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:16:32.486 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:16:32.487 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:16:32.487 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:16:32.487 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:16:32.487 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:16:32.487 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:16:32.487 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:16:32.488 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:16:32.488 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:16:32.488 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:16:32.488 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:16:32.488 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:16:32.489 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:16:32.489 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:16:32.489 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:16:32.489 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:16:32.489 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:16:32.490 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:16:32.490 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:16:32.490 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:16:32.490 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:16:32.490 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:16:32.491 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:16:32.491 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:16:32.491 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:16:32.491 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.428+0000 7faaf834d880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T05:16:32.491 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.492 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000001 2023-11-15T05:16:32.492 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.492 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:16:32.492 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.492 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:16:32.493 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.merge_operator: 2023-11-15T05:16:32.493 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:16:32.493 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:16:32.493 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:16:32.493 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:16:32.494 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560dfc33dd30) 2023-11-15T05:16:32.494 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T05:16:32.494 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:16:32.494 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:16:32.494 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T05:16:32.495 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T05:16:32.495 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T05:16:32.495 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T05:16:32.495 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:16:32.495 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T05:16:32.496 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T05:16:32.496 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T05:16:32.496 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache: 0x560dfc372d10 2023-11-15T05:16:32.496 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T05:16:32.496 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T05:16:32.497 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T05:16:32.497 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T05:16:32.497 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T05:16:32.497 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T05:16:32.497 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T05:16:32.498 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T05:16:32.498 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T05:16:32.498 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T05:16:32.499 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T05:16:32.499 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T05:16:32.499 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T05:16:32.499 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T05:16:32.499 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T05:16:32.499 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:16:32.500 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T05:16:32.500 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T05:16:32.500 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T05:16:32.500 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T05:16:32.500 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T05:16:32.501 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T05:16:32.501 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.501 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:16:32.501 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:16:32.501 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:16:32.502 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:16:32.502 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:16:32.502 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:16:32.502 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:16:32.502 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:16:32.503 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:16:32.503 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:16:32.503 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:16:32.503 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:16:32.503 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:16:32.503 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:16:32.504 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:16:32.504 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:16:32.504 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:16:32.504 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:16:32.505 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:16:32.505 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:16:32.505 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:16:32.506 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:16:32.506 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:16:32.506 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:16:32.507 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:16:32.507 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:16:32.508 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:16:32.508 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:16:32.508 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:16:32.509 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:16:32.509 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:16:32.509 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:16:32.509 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:16:32.510 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:16:32.510 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:16:32.510 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:16:32.511 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:16:32.511 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:16:32.511 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:16:32.512 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:16:32.512 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:16:32.512 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:16:32.513 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:16:32.513 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:16:32.513 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:16:32.513 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:16:32.514 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:16:32.514 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:16:32.514 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:16:32.514 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:16:32.514 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:16:32.515 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:16:32.515 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:16:32.515 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:16:32.515 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:16:32.516 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:16:32.516 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:16:32.516 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:16:32.517 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:16:32.517 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:16:32.517 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:16:32.517 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:16:32.517 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:16:32.518 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:16:32.518 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:16:32.518 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:16:32.518 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:16:32.519 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:16:32.519 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T05:16:32.519 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.519 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.429+0000 7faaf834d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T05:16:32.520 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.520 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.430+0000 7faaf834d880 4 rocksdb: DB pointer 0x560dfc43b800 2023-11-15T05:16:32.520 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.430+0000 7faae11d3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:16:32.520 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.430+0000 7faae11d3700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:16:32.520 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T05:16:32.521 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:16:32.521 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:16:32.521 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:16:32.521 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:16:32.521 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:16:32.522 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:16:32.522 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:16:32.522 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.522 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:16:32.522 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:16:32.523 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:16:32.523 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:16:32.523 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:16:32.523 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.523 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:16:32.523 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:16:32.524 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:16:32.524 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:16:32.524 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:16:32.524 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:16:32.524 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:16:32.525 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:16:32.525 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:16:32.525 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:16:32.525 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:16:32.525 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:16:32.526 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.526 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:16:32.526 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.526 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:16:32.527 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:16:32.527 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:16:32.527 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:16:32.527 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:16:32.527 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.528 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:16:32.528 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:16:32.528 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:16:32.528 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:16:32.528 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:16:32.529 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:16:32.529 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:16:32.529 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:16:32.529 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:16:32.529 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:16:32.530 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:16:32.530 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:16:32.530 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.530 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:16:32.531 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T05:16:32.531 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.431+0000 7faaf834d880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T05:16:32.532 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.431+0000 7faaf834d880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T05:16:32.532 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:16:32.431+0000 7faaf834d880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi073 for mon.smithi073 2023-11-15T05:16:32.785 INFO:teuthology.orchestra.run.smithi073.stderr:create mon.smithi073 on 2023-11-15T05:16:32.889 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-15T05:16:32.986 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:16:32.986 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:16:33.187 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to reset failed state of unit ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi073.service: Unit ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi073.service not loaded. 2023-11-15T05:16:33.194 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7.target.wants/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi073.service → /etc/systemd/system/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:16:33.634 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2023-11-15T05:16:33.642 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T05:16:33.643 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2023-11-15T05:16:33.643 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:16:33.643 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mon to start... 2023-11-15T05:16:33.644 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mon... 2023-11-15T05:16:33.886 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: cluster 2023-11-15T05:16:33.649044+0000 mon.smithi073 (mon.0) 1 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2023-11-15T05:16:34.149 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: cluster: 2023-11-15T05:16:34.149 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: id: 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:16:34.149 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T05:16:34.150 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:34.150 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: services: 2023-11-15T05:16:34.150 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi073 (age 0.489093s) 2023-11-15T05:16:34.150 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T05:16:34.150 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T05:16:34.151 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:34.151 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: data: 2023-11-15T05:16:34.151 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T05:16:34.151 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T05:16:34.151 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T05:16:34.152 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: pgs: 2023-11-15T05:16:34.152 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:34.497 INFO:teuthology.orchestra.run.smithi073.stderr:mon is available 2023-11-15T05:16:34.497 INFO:teuthology.orchestra.run.smithi073.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T05:16:34.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: cluster 2023-11-15T05:16:33.658472+0000 mon.smithi073 (mon.0) 2 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2023-11-15T05:16:34.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: cluster 2023-11-15T05:16:33.658694+0000 mon.smithi073 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2023-11-15T05:16:34.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: cluster 2023-11-15T05:16:33.661206+0000 mon.smithi073 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T05:16:34.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: cluster 2023-11-15T05:16:33.664456+0000 mon.smithi073 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:16:34.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: cluster 2023-11-15T05:16:33.665425+0000 mon.smithi073 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T05:16:34.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: audit 2023-11-15T05:16:34.147520+0000 mon.smithi073 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.73:0/4212239282' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T05:16:34.982 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:34.982 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [global] 2023-11-15T05:16:34.982 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: fsid = 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:16:34.983 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.73:3300,v1:172.21.15.73:6789] 2023-11-15T05:16:34.983 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T05:16:34.983 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T05:16:34.983 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T05:16:34.983 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T05:16:34.984 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:34.984 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [mgr] 2023-11-15T05:16:34.984 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T05:16:34.984 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:34.984 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [osd] 2023-11-15T05:16:34.985 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T05:16:34.985 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T05:16:35.314 INFO:teuthology.orchestra.run.smithi073.stderr:Generating new minimal ceph.conf... 2023-11-15T05:16:35.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: audit 2023-11-15T05:16:34.976955+0000 mon.smithi073 (mon.0) 8 : audit [INF] from='client.? 172.21.15.73:0/2008241382' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:16:35.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: audit 2023-11-15T05:16:34.980531+0000 mon.smithi073 (mon.0) 9 : audit [INF] from='client.? 172.21.15.73:0/2008241382' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T05:16:36.023 INFO:teuthology.orchestra.run.smithi073.stderr:Restarting the monitor... 2023-11-15T05:16:36.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:36 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for 0b56be78-8376-11ee-8dbe-212e2dc638e7... 2023-11-15T05:16:36.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:36 smithi073 bash[108639]: Error: no container with name or ID "ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon.smithi073" found: no such container 2023-11-15T05:16:36.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: debug 2023-11-15T05:16:36.218+0000 7f2d52f2d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi073 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T05:16:36.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108313]: debug 2023-11-15T05:16:36.218+0000 7f2d52f2d700 -1 mon.smithi073@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T05:16:36.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:36 smithi073 bash[108677]: ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073 2023-11-15T05:16:37.182 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:36 smithi073 systemd[1]: ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi073.service: Succeeded. 2023-11-15T05:16:37.182 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:36 smithi073 systemd[1]: Stopped Ceph mon.smithi073 for 0b56be78-8376-11ee-8dbe-212e2dc638e7. 2023-11-15T05:16:37.182 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:36 smithi073 systemd[1]: Starting Ceph mon.smithi073 for 0b56be78-8376-11ee-8dbe-212e2dc638e7... 2023-11-15T05:16:37.248 INFO:teuthology.orchestra.run.smithi073.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-15T05:16:37.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 bash[108798]: 2781b62cd6789b446cfaae132873c52ed9689bc8ab98dadea355e65c718b48b4 2023-11-15T05:16:37.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 systemd[1]: Started Ceph mon.smithi073 for 0b56be78-8376-11ee-8dbe-212e2dc638e7. 2023-11-15T05:16:37.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.245+0000 7f2c42a4c880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:16:37.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.245+0000 7f2c42a4c880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T05:16:37.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.245+0000 7f2c42a4c880 0 pidfile_write: ignore empty --pid-file 2023-11-15T05:16:37.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.250+0000 7f2c42a4c880 0 load: jerasure load: lrc load: isa 2023-11-15T05:16:37.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.250+0000 7f2c42a4c880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:16:37.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.250+0000 7f2c42a4c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:16:37.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.250+0000 7f2c42a4c880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:16:37.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: DB SUMMARY 2023-11-15T05:16:37.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T05:16:37.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T05:16:37.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T05:16:37.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T05:16:37.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 000006.log size: 81192 ; 2023-11-15T05:16:37.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:16:37.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T05:16:37.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:16:37.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.env: 0x55ddc293d080 2023-11-15T05:16:37.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:16:37.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.info_log: 0x55ddc4089d20 2023-11-15T05:16:37.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:16:37.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:16:37.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:16:37.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:16:37.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:16:37.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:16:37.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:16:37.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:16:37.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:16:37.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:16:37.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:16:37.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:16:37.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:16:37.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:16:37.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:16:37.680 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2023-11-15T05:16:37.680 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:16:37.680 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:16:37.680 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:16:37.681 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:16:37.681 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:16:37.681 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:16:37.681 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:16:37.681 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:16:37.682 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:16:37.682 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:16:37.682 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.write_buffer_manager: 0x55ddc4ce0480 2023-11-15T05:16:37.682 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:16:37.682 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:16:37.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:16:37.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:16:37.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:16:37.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:16:37.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:16:37.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:16:37.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:16:37.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:16:37.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:16:37.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:16:37.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:16:37.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:16:37.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.row_cache: None 2023-11-15T05:16:37.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:16:37.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:16:37.686 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:16:37.686 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:16:37.686 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:16:37.686 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:16:37.686 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:16:37.687 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:16:37.687 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:16:37.687 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:16:37.687 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:16:37.688 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:16:37.688 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:16:37.688 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:16:37.688 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:16:37.688 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:16:37.690 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:16:37.690 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:16:37.690 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:16:37.690 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:16:37.691 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:16:37.691 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:16:37.691 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:16:37.691 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:16:37.691 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:16:37.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:16:37.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:16:37.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:16:37.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:16:37.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:16:37.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:16:37.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000005 2023-11-15T05:16:37.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:16:37.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:16:37.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.merge_operator: 2023-11-15T05:16:37.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:16:37.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:16:37.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:16:37.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:16:37.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ddc4039d28) 2023-11-15T05:16:37.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cache_index_and_filter_blocks: 1 2023-11-15T05:16:37.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:16:37.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:16:37.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: pin_top_level_index_and_filter: 1 2023-11-15T05:16:37.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: index_type: 0 2023-11-15T05:16:37.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: data_block_index_type: 0 2023-11-15T05:16:37.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: index_shortening: 1 2023-11-15T05:16:37.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:16:37.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: hash_index_allow_collision: 1 2023-11-15T05:16:37.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: checksum: 1 2023-11-15T05:16:37.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: no_block_cache: 0 2023-11-15T05:16:37.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: block_cache: 0x55ddc406ef10 2023-11-15T05:16:37.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: block_cache_name: BinnedLRUCache 2023-11-15T05:16:37.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: block_cache_options: 2023-11-15T05:16:37.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: capacity : 536870912 2023-11-15T05:16:37.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: num_shard_bits : 4 2023-11-15T05:16:37.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: strict_capacity_limit : 0 2023-11-15T05:16:37.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: high_pri_pool_ratio: 0.000 2023-11-15T05:16:37.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: block_cache_compressed: (nil) 2023-11-15T05:16:37.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: persistent_cache: (nil) 2023-11-15T05:16:37.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: block_size: 4096 2023-11-15T05:16:37.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: block_size_deviation: 10 2023-11-15T05:16:37.700 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: block_restart_interval: 16 2023-11-15T05:16:37.700 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: index_block_restart_interval: 1 2023-11-15T05:16:37.700 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: metadata_block_size: 4096 2023-11-15T05:16:37.700 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: partition_filters: 0 2023-11-15T05:16:37.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: use_delta_encoding: 1 2023-11-15T05:16:37.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:16:37.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: whole_key_filtering: 1 2023-11-15T05:16:37.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: verify_compression: 0 2023-11-15T05:16:37.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: read_amp_bytes_per_bit: 0 2023-11-15T05:16:37.702 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: format_version: 2 2023-11-15T05:16:37.702 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: enable_index_compression: 1 2023-11-15T05:16:37.702 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: block_align: 0 2023-11-15T05:16:37.702 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.702 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:16:37.703 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:16:37.703 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:16:37.703 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:16:37.703 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:16:37.703 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:16:37.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:16:37.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:16:37.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:16:37.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:16:37.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:16:37.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:16:37.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:16:37.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:16:37.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:16:37.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:16:37.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:16:37.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:16:37.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:16:37.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:16:37.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:16:37.707 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:16:37.707 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:16:37.707 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:16:37.707 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:16:37.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:16:37.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:16:37.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:16:37.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:16:37.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:16:37.709 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:16:37.709 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:16:37.709 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:16:37.709 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:16:37.709 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:16:37.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:16:37.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:16:37.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:16:37.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:16:37.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:16:37.711 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:16:37.711 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:16:37.711 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:16:37.711 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:16:37.711 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:16:37.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:16:37.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:16:37.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:16:37.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:16:37.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:16:37.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:16:37.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:16:37.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:16:37.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:16:37.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:16:37.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:16:37.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:16:37.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:16:37.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:16:37.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:16:37.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:16:37.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:16:37.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:16:37.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:16:37.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:16:37.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:16:37.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:16:37.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:16:37.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T05:16:37.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T05:16:37.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700025397252984, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T05:16:37.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.251+0000 7f2c42a4c880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T05:16:37.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.252+0000 7f2c42a4c880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T05:16:37.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.252+0000 7f2c42a4c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700025397253827, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78195, "table_properties": {"data_size": 76489, "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": 71059, "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": 1700025397, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T05:16:37.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.252+0000 7f2c42a4c880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T05:16:37.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.253+0000 7f2c42a4c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700025397254204, "job": 1, "event": "recovery_finished"} 2023-11-15T05:16:37.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.253+0000 7f2c42a4c880 4 rocksdb: DB pointer 0x55ddc4137800 2023-11-15T05:16:37.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.253+0000 7f2c29851700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:16:37.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.253+0000 7f2c29851700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:16:37.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ** DB Stats ** 2023-11-15T05:16:37.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:16:37.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:16:37.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:16:37.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:16:37.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:16:37.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:16:37.721 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:16:37.721 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.721 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ** Compaction Stats [default] ** 2023-11-15T05:16:37.721 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:16:37.721 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:16:37.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:16:37.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:16:37.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:16:37.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.723 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ** Compaction Stats [default] ** 2023-11-15T05:16:37.723 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:16:37.723 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:16:37.723 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:16:37.723 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:16:37.724 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:16:37.724 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:16:37.724 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:16:37.725 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:16:37.725 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:16:37.725 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Cumulative compaction: 0.00 GB write, 27.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:16:37.725 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Interval compaction: 0.00 GB write, 27.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:16:37.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:16:37.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:16:37.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.727 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ** Compaction Stats [default] ** 2023-11-15T05:16:37.727 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:16:37.727 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:16:37.727 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:16:37.727 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:16:37.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:16:37.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ** Compaction Stats [default] ** 2023-11-15T05:16:37.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:16:37.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:16:37.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:16:37.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:16:37.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:16:37.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:16:37.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:16:37.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:16:37.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:16:37.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Cumulative compaction: 0.00 GB write, 27.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:16:37.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:16:37.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:16:37.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:16:37.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.254+0000 7f2c42a4c880 0 starting mon.smithi073 rank 0 at public addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] at bind addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi073 fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:16:37.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.255+0000 7f2c42a4c880 1 mon.smithi073@-1(???) e1 preinit fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:16:37.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.255+0000 7f2c42a4c880 0 mon.smithi073@-1(???).mds e1 new map 2023-11-15T05:16:37.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.255+0000 7f2c42a4c880 0 mon.smithi073@-1(???).mds e1 print_map 2023-11-15T05:16:37.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: e1 2023-11-15T05:16:37.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T05:16:37.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T05:16:37.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: legacy client fscid: -1 2023-11-15T05:16:37.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: No filesystems configured 2023-11-15T05:16:37.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 2023-11-15T05:16:37.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.255+0000 7f2c42a4c880 0 mon.smithi073@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T05:16:37.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.255+0000 7f2c42a4c880 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:16:37.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.255+0000 7f2c42a4c880 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:16:37.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.255+0000 7f2c42a4c880 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:16:37.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:34.976955+0000 mon.smithi073 (mon.0) 8 : audit [INF] from='client.? 172.21.15.73:0/2008241382' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:16:37.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:34.980531+0000 mon.smithi073 (mon.0) 9 : audit [INF] from='client.? 172.21.15.73:0/2008241382' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T05:16:37.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:16:37.255+0000 7f2c42a4c880 1 mon.smithi073@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T05:16:37.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:37.272741+0000 mon.smithi073 (mon.0) 1 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2023-11-15T05:16:37.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:37.272821+0000 mon.smithi073 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2023-11-15T05:16:37.736 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:37.273249+0000 mon.smithi073 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T05:16:37.738 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:37.273278+0000 mon.smithi073 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:16:37.738 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:37.273684+0000 mon.smithi073 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T05:16:38.022 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T05:16:38.023 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:16:38.023 INFO:teuthology.orchestra.run.smithi073.stderr:Creating mgr... 2023-11-15T05:16:38.023 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying port 9283 ... 2023-11-15T05:16:38.157 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to reset failed state of unit ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mgr.smithi073.qftnkv.service: Unit ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mgr.smithi073.qftnkv.service not loaded. 2023-11-15T05:16:38.163 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7.target.wants/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mgr.smithi073.qftnkv.service → /etc/systemd/system/ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:16:38.723 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2023-11-15T05:16:38.732 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T05:16:38.732 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2023-11-15T05:16:38.733 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:16:38.740 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2023-11-15T05:16:38.748 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T05:16:38.749 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2023-11-15T05:16:38.749 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T05:16:38.749 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr to start... 2023-11-15T05:16:38.749 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr... 2023-11-15T05:16:38.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:37.660385+0000 mon.smithi073 (mon.0) 6 : audit [INF] from='client.? 172.21.15.73:0/352019810' entity='client.admin' 2023-11-15T05:16:39.215 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:39.215 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T05:16:39.215 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "0b56be78-8376-11ee-8dbe-212e2dc638e7", 2023-11-15T05:16:39.215 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:16:39.215 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:16:39.216 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:16:39.216 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:16:39.216 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:39.216 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:16:39.216 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:16:39.217 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-11-15T05:16:39.217 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:39.217 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:16:39.217 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-11-15T05:16:39.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:39.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-15T05:16:39.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:16:39.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:39.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:16:39.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:16:39.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:39.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:16:39.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:39.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:16:39.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:16:39.220 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:16:39.223 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:16:39.223 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:16:39.223 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:16:39.224 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:39.224 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:16:39.224 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:16:39.224 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:16:39.224 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:16:39.225 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:16:39.225 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:16:39.225 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:16:39.225 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:16:39.225 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:16:39.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:39.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:16:39.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:39.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:16:39.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:16:39.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:39.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:16:39.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:16:39.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:16:39.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:16:39.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:16:39.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:16:39.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:16:39.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:39.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:16:39.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:39.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:16:39.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:39.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:16:33.660191+0000", 2023-11-15T05:16:39.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:16:39.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:39.230 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:16:39.230 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T05:16:39.538 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (1/15)... 2023-11-15T05:16:39.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:39.211954+0000 mon.smithi073 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.73:0/2078039875' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:16:41.985 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:41.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T05:16:41.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "0b56be78-8376-11ee-8dbe-212e2dc638e7", 2023-11-15T05:16:41.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:16:41.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:16:41.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:16:41.987 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:16:41.987 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:41.987 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:16:41.987 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:16:41.987 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-11-15T05:16:41.988 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:41.988 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:16:41.988 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-11-15T05:16:41.988 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:41.988 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-15T05:16:41.989 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:16:41.989 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:41.989 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:16:41.989 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:16:41.989 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:41.990 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:16:41.990 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:41.990 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:16:41.990 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:16:41.990 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:16:41.994 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:16:41.994 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:16:41.994 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:16:41.994 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:41.995 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:16:41.995 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:16:41.995 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:16:41.995 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:16:41.995 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:16:41.996 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:16:41.996 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:16:41.996 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:16:41.996 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:16:41.996 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:41.996 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:16:41.997 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:41.997 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:16:41.997 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:16:41.997 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:41.997 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:16:41.998 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:16:41.998 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:16:41.998 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:16:41.998 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:16:41.998 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:16:41.998 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:16:41.999 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:41.999 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:16:41.999 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:41.999 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:16:41.999 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:42.000 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:16:33.660191+0000", 2023-11-15T05:16:42.000 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:16:42.000 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:42.000 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:16:42.000 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T05:16:42.304 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (2/15)... 2023-11-15T05:16:42.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:41.982942+0000 mon.smithi073 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.73:0/1136497154' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:16:44.417 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:43.971239+0000 mon.smithi073 (mon.0) 9 : cluster [INF] Activating manager daemon smithi073.qftnkv 2023-11-15T05:16:44.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:43.973967+0000 mon.smithi073 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi073.qftnkv(active, starting, since 0.00283588s) 2023-11-15T05:16:44.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:43.974966+0000 mon.smithi073 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:16:44.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:43.975095+0000 mon.smithi073 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:16:44.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:43.975213+0000 mon.smithi073 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:16:44.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:43.975335+0000 mon.smithi073 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T05:16:44.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:43.975575+0000 mon.smithi073 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr metadata", "who": "smithi073.qftnkv", "id": "smithi073.qftnkv"}]: dispatch 2023-11-15T05:16:44.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:43.977548+0000 mon.smithi073 (mon.0) 16 : cluster [INF] Manager daemon smithi073.qftnkv is now available 2023-11-15T05:16:44.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:43.988139+0000 mon.smithi073 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' 2023-11-15T05:16:44.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:43.989904+0000 mon.smithi073 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.qftnkv/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:16:44.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:43.992369+0000 mon.smithi073 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.qftnkv/trash_purge_schedule"}]: dispatch 2023-11-15T05:16:44.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:43.997777+0000 mon.smithi073 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' 2023-11-15T05:16:44.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:44.002308+0000 mon.smithi073 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.73:0/2518765483' entity='mgr.smithi073.qftnkv' 2023-11-15T05:16:44.725 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:44.726 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T05:16:44.726 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "0b56be78-8376-11ee-8dbe-212e2dc638e7", 2023-11-15T05:16:44.726 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:16:44.726 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:16:44.726 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:16:44.727 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:16:44.727 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:44.727 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:16:44.727 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:16:44.727 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-11-15T05:16:44.727 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:44.728 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:16:44.728 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-11-15T05:16:44.728 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:44.728 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-15T05:16:44.728 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:16:44.729 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:44.729 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:16:44.729 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:16:44.729 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:44.729 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:16:44.729 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:44.730 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:16:44.730 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:16:44.731 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:16:44.732 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:16:44.732 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:16:44.732 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:16:44.732 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:44.733 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:16:44.733 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:16:44.733 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:16:44.733 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:16:44.733 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:16:44.734 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:16:44.734 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:16:44.734 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:16:44.734 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:16:44.734 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:44.735 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:16:44.735 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:44.735 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:16:44.735 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:16:44.735 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:44.736 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:16:44.736 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:16:44.736 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:16:44.736 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:16:44.736 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:16:44.737 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:16:44.737 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:16:44.737 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:44.737 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:16:44.737 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:44.738 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:16:44.738 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:44.738 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:16:33.660191+0000", 2023-11-15T05:16:44.738 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:16:44.739 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:44.739 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:16:44.739 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T05:16:45.036 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (3/15)... 2023-11-15T05:16:45.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:44.718181+0000 mon.smithi073 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.73:0/3377117533' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:16:45.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:44.976556+0000 mon.smithi073 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi073.qftnkv(active, since 1.00543s) 2023-11-15T05:16:47.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:46.026452+0000 mon.smithi073 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi073.qftnkv(active, since 2s) 2023-11-15T05:16:47.602 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:47.602 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T05:16:47.603 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "0b56be78-8376-11ee-8dbe-212e2dc638e7", 2023-11-15T05:16:47.603 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:16:47.603 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:16:47.603 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:16:47.603 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:16:47.604 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:47.604 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:16:47.604 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:16:47.604 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-11-15T05:16:47.604 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:47.605 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:16:47.605 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-11-15T05:16:47.605 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:47.605 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-15T05:16:47.605 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:16:47.606 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:47.606 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:16:47.606 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:16:47.606 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:47.606 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:16:47.607 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:47.607 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:16:47.607 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:16:47.607 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:16:47.608 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:16:47.608 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:16:47.608 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:16:47.608 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:47.608 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:16:47.609 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:16:47.609 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:16:47.609 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:16:47.609 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:16:47.609 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:16:47.609 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:16:47.610 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:16:47.610 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:16:47.610 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:47.610 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:16:47.610 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:47.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:16:47.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:16:47.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:47.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:16:47.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:16:47.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:16:47.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:16:47.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:16:47.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:16:47.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:16:47.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T05:16:47.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:16:47.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:47.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:16:47.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:16:47.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:16:33.660191+0000", 2023-11-15T05:16:47.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:16:47.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T05:16:47.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:16:47.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T05:16:47.936 INFO:teuthology.orchestra.run.smithi073.stderr:mgr is available 2023-11-15T05:16:48.452 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:48.452 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [global] 2023-11-15T05:16:48.452 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: fsid = 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:16:48.453 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T05:16:48.453 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T05:16:48.453 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T05:16:48.453 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T05:16:48.453 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:48.454 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [mgr] 2023-11-15T05:16:48.454 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T05:16:48.454 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T05:16:48.454 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [osd] 2023-11-15T05:16:48.454 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T05:16:48.455 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T05:16:48.610 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:47.596447+0000 mon.smithi073 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.73:0/3064774958' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:16:48.824 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling cephadm module... 2023-11-15T05:16:49.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:48.450225+0000 mon.smithi073 (mon.0) 26 : audit [INF] from='client.? 172.21.15.73:0/1395240517' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:16:50.512 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:49.344158+0000 mon.smithi073 (mon.0) 27 : audit [INF] from='client.? 172.21.15.73:0/3968643710' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T05:16:51.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T05:16:51.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T05:16:51.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:16:51.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "active_name": "smithi073.qftnkv", 2023-11-15T05:16:51.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:16:51.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T05:16:51.651 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:50.269818+0000 mon.smithi073 (mon.0) 28 : audit [INF] from='client.? 172.21.15.73:0/3968643710' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T05:16:51.652 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:50.269871+0000 mon.smithi073 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi073.qftnkv(active, since 6s) 2023-11-15T05:16:51.652 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:51.166477+0000 mon.smithi073 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.73:0/2966510034' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:16:53.686 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for the mgr to restart... 2023-11-15T05:16:53.686 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr epoch 5... 2023-11-15T05:16:55.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:55.602427+0000 mon.smithi073 (mon.0) 31 : cluster [INF] Active manager daemon smithi073.qftnkv restarted 2023-11-15T05:16:55.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:55.602638+0000 mon.smithi073 (mon.0) 32 : cluster [INF] Activating manager daemon smithi073.qftnkv 2023-11-15T05:16:55.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:55.605495+0000 mon.smithi073 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T05:16:55.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:55.605605+0000 mon.smithi073 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi073.qftnkv(active, starting, since 0.00304267s) 2023-11-15T05:16:55.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.606581+0000 mon.smithi073 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T05:16:55.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.607230+0000 mon.smithi073 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr metadata", "who": "smithi073.qftnkv", "id": "smithi073.qftnkv"}]: dispatch 2023-11-15T05:16:55.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.607801+0000 mon.smithi073 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:16:55.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.607943+0000 mon.smithi073 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:16:55.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.608082+0000 mon.smithi073 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:16:55.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:55.621532+0000 mon.smithi073 (mon.0) 40 : cluster [INF] Manager daemon smithi073.qftnkv is now available 2023-11-15T05:16:55.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.634191+0000 mon.smithi073 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:16:56.615 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T05:16:56.615 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T05:16:56.615 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:16:56.615 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T05:16:56.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:16:55.631631+0000 mgr.smithi073.qftnkv (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-15T05:16:56.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.719525+0000 mon.smithi073 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:16:56.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.720439+0000 mon.smithi073 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:16:56.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.721692+0000 mon.smithi073 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:16:56.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.723063+0000 mon.smithi073 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:16:56.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.736581+0000 mon.smithi073 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.qftnkv/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:16:56.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:55.738744+0000 mon.smithi073 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.qftnkv/trash_purge_schedule"}]: dispatch 2023-11-15T05:16:56.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:56.607891+0000 mon.smithi073 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi073.qftnkv(active, since 1.00533s) 2023-11-15T05:16:57.916 INFO:teuthology.orchestra.run.smithi073.stderr:mgr epoch 5 is available 2023-11-15T05:16:57.916 INFO:teuthology.orchestra.run.smithi073.stderr:Setting orchestrator backend to cephadm... 2023-11-15T05:16:58.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:56.607337+0000 mgr.smithi073.qftnkv (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:16:58.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:56.614173+0000 mgr.smithi073.qftnkv (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:16:59.281 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: value unchanged 2023-11-15T05:16:59.546 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:16:58.264776+0000 mon.smithi073 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi073.qftnkv(active, since 2s) 2023-11-15T05:16:59.547 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:58.442775+0000 mon.smithi073 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:16:59.547 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:16:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:58.497841+0000 mon.smithi073 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:16:59.627 INFO:teuthology.orchestra.run.smithi073.stderr:Generating ssh key... 2023-11-15T05:17:00.647 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:58.438099+0000 mgr.smithi073.qftnkv (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:00.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:16:59.281020+0000 mgr.smithi073.qftnkv (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:00.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:00.186838+0000 mon.smithi073 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:00.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:00.189333+0000 mon.smithi073 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:01.049 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+DRySgMZkwAcvMONKuM/gRQ5hKV280X14MjJj3y//SlecuiraHBy+ne4/te+83M5trPwQZ7FhWYJhF3JpjF0i/mGpJIvZtGe5XKyMvNwVRgHYKRPmVjxi0zZdOAxj6NyTu07JWuJC2el7rQnjVzxPxEh05Kijo/5/b6gYRaKUe47R4eTW/LKe2NTHWsjJpuPuoQVkzgCubjmOXTCuStMYL4/Wr71RfXo0HnIdm5dyLt0QccEn2GsaQtPqNObkYZ2HIDrT2ma0/SQvgkFMcMwgf2Hr/UmA79FdpjtQWfCCPk2tIAmdB80kspsVkR8rCuHpjlFVLwesjdgOHuXgflLZxGoEDRcTkuyiztczHl4vDrMIEEDJwWti70Ofree+ww/rv2gVzmsiY3oN8ClNcx5tugIRCH8YZ/eMX9AN1dnuhh0KPWlmTW9rIvYBiItWNc9qMXTJROlfXVIajbe7Om7VFDzmhAKPMaO1KbjIBSjeoMVmseKLKbC9KzTYbJhSo+U= ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:17:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:00.119779+0000 mgr.smithi073.qftnkv (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:00.119986+0000 mgr.smithi073.qftnkv (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2023-11-15T05:17:01.385 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:17:01.385 INFO:teuthology.orchestra.run.smithi073.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T05:17:01.386 INFO:teuthology.orchestra.run.smithi073.stderr:Adding host smithi073... 2023-11-15T05:17:02.520 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Added host 'smithi073' with addr '172.21.15.73' 2023-11-15T05:17:02.544 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:01.048953+0000 mgr.smithi073.qftnkv (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:03.207 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying mon service with default placement... 2023-11-15T05:17:03.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:01.904777+0000 mgr.smithi073.qftnkv (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi073", "addr": "172.21.15.73", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:03.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:02.518279+0000 mon.smithi073 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:03.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:02.520204+0000 mon.smithi073 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:17:03.775 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T05:17:04.260 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying mgr service with default placement... 2023-11-15T05:17:04.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:02.518563+0000 mgr.smithi073.qftnkv (mgr.14118) 10 : cephadm [INF] Added host smithi073 2023-11-15T05:17:04.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:03.775080+0000 mon.smithi073 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:04.818 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T05:17:05.234 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying crash service with default placement... 2023-11-15T05:17:05.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:03.771705+0000 mgr.smithi073.qftnkv (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:05.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:03.772867+0000 mgr.smithi073.qftnkv (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T05:17:05.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:04.690035+0000 mon.smithi073 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:05.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:04.818210+0000 mon.smithi073 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:05.541 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:04.930358+0000 mon.smithi073 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:05.747 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T05:17:06.118 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying prometheus service with default placement... 2023-11-15T05:17:06.529 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:04.814996+0000 mgr.smithi073.qftnkv (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:06.529 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:04.815863+0000 mgr.smithi073.qftnkv (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T05:17:06.529 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:05.738693+0000 mon.smithi073 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:06.530 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:05.746826+0000 mon.smithi073 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:06.736 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T05:17:07.142 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying grafana service with default placement... 2023-11-15T05:17:07.663 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T05:17:07.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:05.743797+0000 mgr.smithi073.qftnkv (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:05.744701+0000 mgr.smithi073.qftnkv (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T05:17:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:06.736334+0000 mon.smithi073 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:07.992 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying node-exporter service with default placement... 2023-11-15T05:17:08.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:06.733258+0000 mgr.smithi073.qftnkv (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:08.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:06.734058+0000 mgr.smithi073.qftnkv (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T05:17:08.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:07.662458+0000 mon.smithi073 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:08.533 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T05:17:08.875 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying alertmanager service with default placement... 2023-11-15T05:17:09.402 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T05:17:09.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:07.658649+0000 mgr.smithi073.qftnkv (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:09.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:07.659469+0000 mgr.smithi073.qftnkv (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T05:17:09.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:08.532654+0000 mon.smithi073 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:10.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:08.528728+0000 mgr.smithi073.qftnkv (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:10.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:08.529585+0000 mgr.smithi073.qftnkv (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T05:17:10.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:09.401637+0000 mon.smithi073 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.73:0/271191567' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:10.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:10.227888+0000 mon.smithi073 (mon.0) 66 : audit [INF] from='client.? 172.21.15.73:0/625691725' entity='client.admin' 2023-11-15T05:17:11.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:09.397849+0000 mgr.smithi073.qftnkv (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:11.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:09.398692+0000 mgr.smithi073.qftnkv (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T05:17:11.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:11.113976+0000 mon.smithi073 (mon.0) 67 : audit [INF] from='client.? 172.21.15.73:0/645836501' entity='client.admin' 2023-11-15T05:17:11.450 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling the dashboard module... 2023-11-15T05:17:12.524 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:12.009566+0000 mon.smithi073 (mon.0) 68 : audit [INF] from='client.? 172.21.15.73:0/2465626894' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T05:17:13.258 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T05:17:13.258 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-15T05:17:13.258 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:17:13.259 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "active_name": "smithi073.qftnkv", 2023-11-15T05:17:13.259 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:17:13.259 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T05:17:13.570 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:12.277943+0000 mon.smithi073 (mon.0) 69 : audit [INF] from='client.? 172.21.15.73:0/2465626894' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T05:17:13.571 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:12.277993+0000 mon.smithi073 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi073.qftnkv(active, since 16s) 2023-11-15T05:17:13.571 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:13.257175+0000 mon.smithi073 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.73:0/3598616078' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:17:13.591 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for the mgr to restart... 2023-11-15T05:17:13.591 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr epoch 9... 2023-11-15T05:17:18.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:17.655075+0000 mon.smithi073 (mon.0) 72 : cluster [INF] Active manager daemon smithi073.qftnkv restarted 2023-11-15T05:17:18.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:17.655314+0000 mon.smithi073 (mon.0) 73 : cluster [INF] Activating manager daemon smithi073.qftnkv 2023-11-15T05:17:18.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:17.660886+0000 mon.smithi073 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T05:17:18.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:17.660998+0000 mon.smithi073 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi073.qftnkv(active, starting, since 0.00577709s) 2023-11-15T05:17:18.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:17.661724+0000 mon.smithi073 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T05:17:18.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:17.662350+0000 mon.smithi073 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr metadata", "who": "smithi073.qftnkv", "id": "smithi073.qftnkv"}]: dispatch 2023-11-15T05:17:18.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:17.663168+0000 mon.smithi073 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:17:18.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:17.663315+0000 mon.smithi073 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:17:18.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:17.663466+0000 mon.smithi073 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:17:18.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:17.677473+0000 mon.smithi073 (mon.0) 81 : cluster [INF] Manager daemon smithi073.qftnkv is now available 2023-11-15T05:17:18.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:17.771878+0000 mon.smithi073 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:17:18.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:17.773338+0000 mon.smithi073 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:17:18.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:17.795997+0000 mon.smithi073 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.qftnkv/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:17:18.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:17.799275+0000 mon.smithi073 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.qftnkv/trash_purge_schedule"}]: dispatch 2023-11-15T05:17:18.672 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T05:17:18.672 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-15T05:17:18.673 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:17:18.673 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T05:17:19.000 INFO:teuthology.orchestra.run.smithi073.stderr:mgr epoch 9 is available 2023-11-15T05:17:19.000 INFO:teuthology.orchestra.run.smithi073.stderr:Generating a dashboard self-signed certificate... 2023-11-15T05:17:19.746 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T05:17:19.914 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:18.601008+0000 mon.smithi073 (mon.0) 86 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:19.915 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:18.664498+0000 mgr.smithi073.qftnkv (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:17:19.915 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:18.665284+0000 mon.smithi073 (mon.0) 87 : cluster [DBG] mgrmap e11: smithi073.qftnkv(active, since 1.01006s) 2023-11-15T05:17:19.915 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:18.671357+0000 mgr.smithi073.qftnkv (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:17:20.091 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial admin user... 2023-11-15T05:17:20.823 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$XutVSydrepx6w5aDTBP0qewzbXdZ8Q4k.DUjD1ismCZTTr/uLnkba", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700025440, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T05:17:21.022 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:19.615958+0000 mgr.smithi073.qftnkv (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:21.022 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:19.743675+0000 mon.smithi073 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:21.022 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:19.745424+0000 mon.smithi073 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:21.023 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:20.603225+0000 mon.smithi073 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi073.qftnkv(active, since 2s) 2023-11-15T05:17:21.174 INFO:teuthology.orchestra.run.smithi073.stderr:Fetching dashboard port number... 2023-11-15T05:17:21.676 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 8443 2023-11-15T05:17:21.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:20.602214+0000 mgr.smithi073.qftnkv (mgr.14158) 4 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:21.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:20.822462+0000 mon.smithi073 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:21.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:21.676308+0000 mon.smithi073 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.73:0/2963322365' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T05:17:22.031 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2023-11-15T05:17:22.038 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T05:17:22.038 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2023-11-15T05:17:22.039 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T05:17:22.041 INFO:teuthology.orchestra.run.smithi073.stderr:Ceph Dashboard is now available at: 2023-11-15T05:17:22.041 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:22.042 INFO:teuthology.orchestra.run.smithi073.stderr: URL: https://smithi073.front.sepia.ceph.com:8443/ 2023-11-15T05:17:22.042 INFO:teuthology.orchestra.run.smithi073.stderr: User: admin 2023-11-15T05:17:22.042 INFO:teuthology.orchestra.run.smithi073.stderr: Password: y705fpnozo 2023-11-15T05:17:22.042 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:22.042 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling autotune for osd_memory_target 2023-11-15T05:17:23.512 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-15T05:17:23.874 INFO:teuthology.orchestra.run.smithi073.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-15T05:17:23.874 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:23.875 INFO:teuthology.orchestra.run.smithi073.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:17:23.875 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:23.875 INFO:teuthology.orchestra.run.smithi073.stderr:Or, if you are only running a single cluster on this host: 2023-11-15T05:17:23.876 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:23.876 INFO:teuthology.orchestra.run.smithi073.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-15T05:17:23.876 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:23.877 INFO:teuthology.orchestra.run.smithi073.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T05:17:23.877 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:23.877 INFO:teuthology.orchestra.run.smithi073.stderr: ceph telemetry on 2023-11-15T05:17:23.878 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:23.878 INFO:teuthology.orchestra.run.smithi073.stderr:For more information see: 2023-11-15T05:17:23.878 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:23.878 INFO:teuthology.orchestra.run.smithi073.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-15T05:17:23.878 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:17:23.879 INFO:teuthology.orchestra.run.smithi073.stderr:Bootstrap complete. 2023-11-15T05:17:23.907 INFO:tasks.cephadm:Fetching config... 2023-11-15T05:17:23.908 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:17:23.909 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T05:17:23.928 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T05:17:23.929 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:17:23.929 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T05:17:23.986 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T05:17:23.987 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:17:23.987 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/keyring of=/dev/stdout 2023-11-15T05:17:24.056 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T05:17:24.057 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:17:24.057 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T05:17:24.114 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T05:17:24.115 DEBUG:teuthology.orchestra.run.smithi073:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+DRySgMZkwAcvMONKuM/gRQ5hKV280X14MjJj3y//SlecuiraHBy+ne4/te+83M5trPwQZ7FhWYJhF3JpjF0i/mGpJIvZtGe5XKyMvNwVRgHYKRPmVjxi0zZdOAxj6NyTu07JWuJC2el7rQnjVzxPxEh05Kijo/5/b6gYRaKUe47R4eTW/LKe2NTHWsjJpuPuoQVkzgCubjmOXTCuStMYL4/Wr71RfXo0HnIdm5dyLt0QccEn2GsaQtPqNObkYZ2HIDrT2ma0/SQvgkFMcMwgf2Hr/UmA79FdpjtQWfCCPk2tIAmdB80kspsVkR8rCuHpjlFVLwesjdgOHuXgflLZxGoEDRcTkuyiztczHl4vDrMIEEDJwWti70Ofree+ww/rv2gVzmsiY3oN8ClNcx5tugIRCH8YZ/eMX9AN1dnuhh0KPWlmTW9rIvYBiItWNc9qMXTJROlfXVIajbe7Om7VFDzmhAKPMaO1KbjIBSjeoMVmseKLKbC9KzTYbJhSo+U= ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:17:24.190 INFO:teuthology.orchestra.run.smithi073.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+DRySgMZkwAcvMONKuM/gRQ5hKV280X14MjJj3y//SlecuiraHBy+ne4/te+83M5trPwQZ7FhWYJhF3JpjF0i/mGpJIvZtGe5XKyMvNwVRgHYKRPmVjxi0zZdOAxj6NyTu07JWuJC2el7rQnjVzxPxEh05Kijo/5/b6gYRaKUe47R4eTW/LKe2NTHWsjJpuPuoQVkzgCubjmOXTCuStMYL4/Wr71RfXo0HnIdm5dyLt0QccEn2GsaQtPqNObkYZ2HIDrT2ma0/SQvgkFMcMwgf2Hr/UmA79FdpjtQWfCCPk2tIAmdB80kspsVkR8rCuHpjlFVLwesjdgOHuXgflLZxGoEDRcTkuyiztczHl4vDrMIEEDJwWti70Ofree+ww/rv2gVzmsiY3oN8ClNcx5tugIRCH8YZ/eMX9AN1dnuhh0KPWlmTW9rIvYBiItWNc9qMXTJROlfXVIajbe7Om7VFDzmhAKPMaO1KbjIBSjeoMVmseKLKbC9KzTYbJhSo+U= ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:17:24.201 DEBUG:teuthology.orchestra.run.smithi162:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+DRySgMZkwAcvMONKuM/gRQ5hKV280X14MjJj3y//SlecuiraHBy+ne4/te+83M5trPwQZ7FhWYJhF3JpjF0i/mGpJIvZtGe5XKyMvNwVRgHYKRPmVjxi0zZdOAxj6NyTu07JWuJC2el7rQnjVzxPxEh05Kijo/5/b6gYRaKUe47R4eTW/LKe2NTHWsjJpuPuoQVkzgCubjmOXTCuStMYL4/Wr71RfXo0HnIdm5dyLt0QccEn2GsaQtPqNObkYZ2HIDrT2ma0/SQvgkFMcMwgf2Hr/UmA79FdpjtQWfCCPk2tIAmdB80kspsVkR8rCuHpjlFVLwesjdgOHuXgflLZxGoEDRcTkuyiztczHl4vDrMIEEDJwWti70Ofree+ww/rv2gVzmsiY3oN8ClNcx5tugIRCH8YZ/eMX9AN1dnuhh0KPWlmTW9rIvYBiItWNc9qMXTJROlfXVIajbe7Om7VFDzmhAKPMaO1KbjIBSjeoMVmseKLKbC9KzTYbJhSo+U= ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:17:24.247 INFO:teuthology.orchestra.run.smithi162.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+DRySgMZkwAcvMONKuM/gRQ5hKV280X14MjJj3y//SlecuiraHBy+ne4/te+83M5trPwQZ7FhWYJhF3JpjF0i/mGpJIvZtGe5XKyMvNwVRgHYKRPmVjxi0zZdOAxj6NyTu07JWuJC2el7rQnjVzxPxEh05Kijo/5/b6gYRaKUe47R4eTW/LKe2NTHWsjJpuPuoQVkzgCubjmOXTCuStMYL4/Wr71RfXo0HnIdm5dyLt0QccEn2GsaQtPqNObkYZ2HIDrT2ma0/SQvgkFMcMwgf2Hr/UmA79FdpjtQWfCCPk2tIAmdB80kspsVkR8rCuHpjlFVLwesjdgOHuXgflLZxGoEDRcTkuyiztczHl4vDrMIEEDJwWti70Ofree+ww/rv2gVzmsiY3oN8ClNcx5tugIRCH8YZ/eMX9AN1dnuhh0KPWlmTW9rIvYBiItWNc9qMXTJROlfXVIajbe7Om7VFDzmhAKPMaO1KbjIBSjeoMVmseKLKbC9KzTYbJhSo+U= ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:17:24.259 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T05:17:24.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:23.509776+0000 mon.smithi073 (mon.0) 93 : audit [INF] from='client.? 172.21.15.73:0/1431854411' entity='client.admin' 2023-11-15T05:17:25.802 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:24.511439+0000 mon.smithi073 (mon.0) 94 : cluster [DBG] mgrmap e13: smithi073.qftnkv(active, since 6s) 2023-11-15T05:17:26.434 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T05:17:26.434 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T05:17:26.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:25.592832+0000 mon.smithi073 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:26.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:25.917258+0000 mon.smithi073 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi073", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:17:26.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:25.921204+0000 mon.smithi073 (mon.0) 97 : audit [INF] from='client.? 172.21.15.73:0/1030675546' entity='client.admin' 2023-11-15T05:17:26.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:25.928145+0000 mon.smithi073 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:26.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:25.941290+0000 mgr.smithi073.qftnkv (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi073 on smithi073 2023-11-15T05:17:28.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:27.817081+0000 mgr.smithi073.qftnkv (mgr.14158) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:28.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:27.819490+0000 mon.smithi073 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:29.205 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi162 2023-11-15T05:17:29.206 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:17:29.206 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.conf 2023-11-15T05:17:29.228 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:17:29.228 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:17:29.289 INFO:tasks.cephadm:Adding host smithi162 to orchestrator... 2023-11-15T05:17:29.289 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi162 2023-11-15T05:17:32.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:31.472297+0000 mon.smithi073 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:32.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:31.474037+0000 mon.smithi073 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:17:32.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:31.475584+0000 mon.smithi073 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T05:17:32.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:31.476129+0000 mon.smithi073 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:17:32.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:31.476599+0000 mgr.smithi073.qftnkv (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi073 on smithi073 2023-11-15T05:17:34.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:32.795140+0000 mon.smithi073 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:34.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:32.884314+0000 mon.smithi073 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:34.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:32.949904+0000 mon.smithi073 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:34.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:32.951696+0000 mon.smithi073 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:34.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:32.953102+0000 mon.smithi073 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:17:34.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:32.953437+0000 mgr.smithi073.qftnkv (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:17:34.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:32.955680+0000 mon.smithi073 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:34.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:32.962663+0000 mgr.smithi073.qftnkv (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi073 on smithi073 2023-11-15T05:17:39.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:37.664526+0000 mgr.smithi073.qftnkv (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:17:39.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:37.798170+0000 mon.smithi073 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:41.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:39.664840+0000 mgr.smithi073.qftnkv (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:17:43.301 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:41.665062+0000 mgr.smithi073.qftnkv (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:17:43.302 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:43.114637+0000 mon.smithi073 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:44.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:43.117106+0000 mgr.smithi073.qftnkv (mgr.14158) 13 : cephadm [INF] Deploying daemon node-exporter.smithi073 on smithi073 2023-11-15T05:17:45.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:43.665453+0000 mgr.smithi073.qftnkv (mgr.14158) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:17:46.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:45.524361+0000 mon.smithi073 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:46.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:45.526417+0000 mon.smithi073 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T05:17:46.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:45.665746+0000 mgr.smithi073.qftnkv (mgr.14158) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:17:47.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:46.529054+0000 mon.smithi073 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.73:0/2043404582' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T05:17:47.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:46.529127+0000 mon.smithi073 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi073.qftnkv(active, since 28s) 2023-11-15T05:17:52.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:51.785895+0000 mon.smithi073 (mon.0) 116 : cluster [INF] Active manager daemon smithi073.qftnkv restarted 2023-11-15T05:17:52.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:51.786199+0000 mon.smithi073 (mon.0) 117 : cluster [INF] Activating manager daemon smithi073.qftnkv 2023-11-15T05:17:52.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:51.789375+0000 mon.smithi073 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T05:17:52.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:51.789479+0000 mon.smithi073 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi073.qftnkv(active, starting, since 0.00341154s) 2023-11-15T05:17:52.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.790607+0000 mon.smithi073 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T05:17:52.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.791164+0000 mon.smithi073 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr metadata", "who": "smithi073.qftnkv", "id": "smithi073.qftnkv"}]: dispatch 2023-11-15T05:17:52.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.791837+0000 mon.smithi073 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:17:52.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.791991+0000 mon.smithi073 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:17:52.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.792108+0000 mon.smithi073 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:17:52.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:51.805601+0000 mon.smithi073 (mon.0) 125 : cluster [INF] Manager daemon smithi073.qftnkv is now available 2023-11-15T05:17:53.112 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.898839+0000 mon.smithi073 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:17:53.113 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.900215+0000 mon.smithi073 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:17:53.113 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.921074+0000 mon.smithi073 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:53.113 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.930652+0000 mon.smithi073 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.qftnkv/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:17:53.113 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:51.935036+0000 mon.smithi073 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.qftnkv/trash_purge_schedule"}]: dispatch 2023-11-15T05:17:53.114 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:52.790600+0000 mon.smithi073 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi073.qftnkv(active, since 1.00453s) 2023-11-15T05:17:55.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:17:53.841722+0000 mon.smithi073 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi073.qftnkv(active, since 2s) 2023-11-15T05:17:55.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:53.976811+0000 mon.smithi073 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:55.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:54.241040+0000 mon.smithi073 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi073", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:17:55.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:54.241899+0000 mon.smithi073 (mon.0) 135 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:17:55.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:54.242486+0000 mon.smithi073 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:17:55.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:54.243456+0000 mgr.smithi073.qftnkv (mgr.14182) 1 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-11-15T05:17:55.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:54.263557+0000 mgr.smithi073.qftnkv (mgr.14182) 2 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:17:55.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:54.292579+0000 mon.smithi073 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:55.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:54.295568+0000 mon.smithi073 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:55.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:54.306849+0000 mgr.smithi073.qftnkv (mgr.14182) 3 : cephadm [INF] Deploying daemon prometheus.smithi073 on smithi073 2023-11-15T05:17:57.704 INFO:teuthology.orchestra.run.smithi162.stdout:Added host 'smithi162' with addr '172.21.15.162' 2023-11-15T05:17:58.038 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T05:17:58.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:57.089036+0000 mgr.smithi073.qftnkv (mgr.14182) 4 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi162", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:17:58.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:57.702759+0000 mon.smithi073 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:17:59.384 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:17:59.384 INFO:teuthology.orchestra.run.smithi162.stdout:[{"addr": "172.21.15.73", "hostname": "smithi073", "labels": [], "status": ""}, {"addr": "172.21.15.162", "hostname": "smithi162", "labels": [], "status": ""}] 2023-11-15T05:17:59.545 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:17:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:17:57.703055+0000 mgr.smithi073.qftnkv (mgr.14182) 5 : cephadm [INF] Added host smithi162 2023-11-15T05:17:59.768 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T05:17:59.768 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T05:18:00.469 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:17:59.383489+0000 mgr.smithi073.qftnkv (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:18:01.694 INFO:teuthology.orchestra.run.smithi073.stderr:adjusted tunables profile to default 2023-11-15T05:18:01.994 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:01.634429+0000 mon.smithi073 (mon.0) 140 : audit [INF] from='client.? 172.21.15.73:0/3155426792' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T05:18:02.014 INFO:tasks.cephadm:Adding mon.smithi073 on smithi073 2023-11-15T05:18:02.015 INFO:tasks.cephadm:Adding mon.smithi162 on smithi162 2023-11-15T05:18:02.015 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi073:172.21.15.73=smithi073;smithi162:172.21.15.162=smithi162' 2023-11-15T05:18:03.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:01.689658+0000 mon.smithi073 (mon.0) 141 : audit [INF] from='client.? 172.21.15.73:0/3155426792' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T05:18:03.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:01.689710+0000 mon.smithi073 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:18:03.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:01.784536+0000 mon.smithi073 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:03.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:01.785730+0000 mon.smithi073 (mon.0) 144 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:18:03.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:01.925544+0000 mon.smithi073 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:03.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:02.249881+0000 mon.smithi073 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:03.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:02.677852+0000 mon.smithi073 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:03.780 INFO:teuthology.orchestra.run.smithi162.stdout:Scheduled mon update... 2023-11-15T05:18:04.414 DEBUG:teuthology.orchestra.run.smithi162:mon.smithi162> sudo journalctl -f -n 0 -u ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi162.service 2023-11-15T05:18:04.417 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:18:04.417 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:18:04.446 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:-- Logs begin at Wed 2023-11-15 05:07:14 UTC. -- 2023-11-15T05:18:05.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:03.775190+0000 mgr.smithi073.qftnkv (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi073:172.21.15.73=smithi073;smithi162:172.21.15.162=smithi162", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:18:05.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:03.777171+0000 mgr.smithi073.qftnkv (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi073:172.21.15.73=smithi073;smithi162:172.21.15.162=smithi162;count:2 2023-11-15T05:18:05.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:03.779691+0000 mon.smithi073 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:05.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:04.127121+0000 mon.smithi073 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:06.038 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:18:06.038 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"0b56be78-8376-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:16:31.858109Z","created":"2023-11-15T05:16:31.858109Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:18:06.040 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2023-11-15T05:18:07.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:05.867773+0000 mon.smithi073 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:07.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.037682+0000 mon.smithi073 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.162:0/3241352738' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:18:07.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.174240+0000 mon.smithi073 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:07.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.175030+0000 mon.smithi073 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:18:07.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.176102+0000 mon.smithi073 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:07.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.176944+0000 mon.smithi073 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:18:07.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:06.178132+0000 mgr.smithi073.qftnkv (mgr.14182) 9 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2023-11-15T05:18:07.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:06.213338+0000 mgr.smithi073.qftnkv (mgr.14182) 10 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:18:07.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.246861+0000 mon.smithi073 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:07.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.249659+0000 mon.smithi073 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:07.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.251331+0000 mon.smithi073 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:18:07.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.253445+0000 mon.smithi073 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T05:18:07.172 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:06.254211+0000 mon.smithi073 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:07.172 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:06.254898+0000 mgr.smithi073.qftnkv (mgr.14182) 11 : cephadm [INF] Deploying daemon crash.smithi162 on smithi162 2023-11-15T05:18:07.428 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:18:07.429 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:18:09.073 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:18:09.074 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"0b56be78-8376-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:16:31.858109Z","created":"2023-11-15T05:16:31.858109Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:18:09.076 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2023-11-15T05:18:09.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:08.338951+0000 mon.smithi073 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:09.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:08.341205+0000 mon.smithi073 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.zkshzy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:18:09.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:08.343313+0000 mon.smithi073 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.zkshzy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-15T05:18:09.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:08.344192+0000 mon.smithi073 (mon.0) 164 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:18:09.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:08.345179+0000 mon.smithi073 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:09.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:08.345882+0000 mgr.smithi073.qftnkv (mgr.14182) 12 : cephadm [INF] Deploying daemon mgr.smithi162.zkshzy on smithi162 2023-11-15T05:18:09.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:09.073437+0000 mon.smithi073 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.162:0/399799927' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:18:10.461 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:18:10.462 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:18:11.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:10.379218+0000 mon.smithi073 (mon.0) 167 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:11.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:10.381183+0000 mon.smithi073 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:18:11.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:10.381878+0000 mon.smithi073 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:11.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:10.382429+0000 mgr.smithi073.qftnkv (mgr.14182) 13 : cephadm [INF] Deploying daemon mon.smithi162 on smithi162 2023-11-15T05:18:12.912 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:18:12.912 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"0b56be78-8376-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:16:31.858109Z","created":"2023-11-15T05:16:31.858109Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:18:12.913 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2023-11-15T05:18:13.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: debug 2023-11-15T05:18:12.913+0000 7f43051ea700 1 mon.smithi162@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-15T05:18:14.286 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:18:14.287 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:18:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:12.921010+0000 mon.smithi073 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T05:18:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:12.921253+0000 mon.smithi073 (mon.0) 174 : cluster [INF] mon.smithi073 calling monitor election 2023-11-15T05:18:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:12.934038+0000 mon.smithi073 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:13.794076+0000 mgr.smithi073.qftnkv (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:13.918107+0000 mon.smithi073 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:14.918028+0000 mon.smithi073 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:14.919251+0000 mon.smithi162 (mon.1) 1 : cluster [INF] mon.smithi162 calling monitor election 2023-11-15T05:18:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:15.794469+0000 mgr.smithi073.qftnkv (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:18.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:15.918312+0000 mon.smithi073 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:15.996958+0000 mon.smithi073 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.162:0/3909257941' entity='mgr.smithi162.zkshzy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.zkshzy/crt"}]: dispatch 2023-11-15T05:18:18.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:16.918331+0000 mon.smithi073 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:17.918475+0000 mon.smithi073 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:17.948692+0000 mon.smithi073 (mon.0) 182 : cluster [INF] mon.smithi073 is new leader, mons smithi073,smithi162 in quorum (ranks 0,1) 2023-11-15T05:18:18.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:17.951894+0000 mon.smithi073 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} removed_ranks: {} 2023-11-15T05:18:18.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:17.963582+0000 mon.smithi073 (mon.0) 184 : cluster [DBG] fsmap 2023-11-15T05:18:18.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:17.963622+0000 mon.smithi073 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:18:18.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:17.963844+0000 mon.smithi073 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi073.qftnkv(active, since 26s) 2023-11-15T05:18:18.379 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:17.965446+0000 mon.smithi073 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi162.zkshzy started 2023-11-15T05:18:18.379 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:17.966801+0000 mon.smithi073 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.162:0/3909257941' entity='mgr.smithi162.zkshzy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T05:18:18.379 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:17.968390+0000 mon.smithi073 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2023-11-15T05:18:18.379 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:17.968820+0000 mon.smithi073 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.162:0/3909257941' entity='mgr.smithi162.zkshzy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.zkshzy/key"}]: dispatch 2023-11-15T05:18:18.379 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:17.969231+0000 mon.smithi073 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.162:0/3909257941' entity='mgr.smithi162.zkshzy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T05:18:18.380 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:17.970909+0000 mon.smithi073 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:18.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:12.921010+0000 mon.smithi073 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T05:18:18.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:12.921253+0000 mon.smithi073 (mon.0) 174 : cluster [INF] mon.smithi073 calling monitor election 2023-11-15T05:18:18.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:12.934038+0000 mon.smithi073 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:13.794076+0000 mgr.smithi073.qftnkv (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:18.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:13.918107+0000 mon.smithi073 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:14.918028+0000 mon.smithi073 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:14.919251+0000 mon.smithi162 (mon.1) 1 : cluster [INF] mon.smithi162 calling monitor election 2023-11-15T05:18:18.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:15.794469+0000 mgr.smithi073.qftnkv (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:18.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:15.918312+0000 mon.smithi073 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:15.996958+0000 mon.smithi073 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.162:0/3909257941' entity='mgr.smithi162.zkshzy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.zkshzy/crt"}]: dispatch 2023-11-15T05:18:18.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:16.918331+0000 mon.smithi073 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:17.918475+0000 mon.smithi073 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:18.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:17.948692+0000 mon.smithi073 (mon.0) 182 : cluster [INF] mon.smithi073 is new leader, mons smithi073,smithi162 in quorum (ranks 0,1) 2023-11-15T05:18:18.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:17.951894+0000 mon.smithi073 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} removed_ranks: {} 2023-11-15T05:18:18.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:17.963582+0000 mon.smithi073 (mon.0) 184 : cluster [DBG] fsmap 2023-11-15T05:18:18.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:17.963622+0000 mon.smithi073 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:18:18.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:17.963844+0000 mon.smithi073 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi073.qftnkv(active, since 26s) 2023-11-15T05:18:18.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:17.965446+0000 mon.smithi073 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi162.zkshzy started 2023-11-15T05:18:18.427 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:17.966801+0000 mon.smithi073 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.162:0/3909257941' entity='mgr.smithi162.zkshzy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T05:18:18.427 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:17.968390+0000 mon.smithi073 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2023-11-15T05:18:18.427 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:17.968820+0000 mon.smithi073 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.162:0/3909257941' entity='mgr.smithi162.zkshzy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.zkshzy/key"}]: dispatch 2023-11-15T05:18:18.428 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:17.969231+0000 mon.smithi073 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.162:0/3909257941' entity='mgr.smithi162.zkshzy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T05:18:18.428 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:17.970909+0000 mon.smithi073 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:19.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:17.794758+0000 mgr.smithi073.qftnkv (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:19.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:17.972742+0000 mgr.smithi073.qftnkv (mgr.14182) 18 : cephadm [INF] Deploying daemon node-exporter.smithi162 on smithi162 2023-11-15T05:18:19.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:18.026391+0000 mon.smithi073 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi073.qftnkv(active, since 26s), standbys: smithi162.zkshzy 2023-11-15T05:18:19.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:18.026547+0000 mon.smithi073 (mon.0) 194 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr metadata", "who": "smithi162.zkshzy", "id": "smithi162.zkshzy"}]: dispatch 2023-11-15T05:18:19.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:18.919625+0000 mon.smithi073 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:19.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:17.794758+0000 mgr.smithi073.qftnkv (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:19.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:17.972742+0000 mgr.smithi073.qftnkv (mgr.14182) 18 : cephadm [INF] Deploying daemon node-exporter.smithi162 on smithi162 2023-11-15T05:18:19.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:18.026391+0000 mon.smithi073 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi073.qftnkv(active, since 26s), standbys: smithi162.zkshzy 2023-11-15T05:18:19.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:18.026547+0000 mon.smithi073 (mon.0) 194 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr metadata", "who": "smithi162.zkshzy", "id": "smithi162.zkshzy"}]: dispatch 2023-11-15T05:18:19.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:18.919625+0000 mon.smithi073 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T05:18:19.685 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:18:19.686 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":2,"fsid":"0b56be78-8376-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:18:12.918372Z","created":"2023-11-15T05:16:31.858109Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-15T05:18:19.688 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 2 2023-11-15T05:18:20.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:19.683923+0000 mon.smithi073 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.162:0/892338940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:18:20.296 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-15T05:18:20.296 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-15T05:18:20.333 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:19.683923+0000 mon.smithi073 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.162:0/892338940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:18:21.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:19.795089+0000 mgr.smithi073.qftnkv (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:21.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:19.795089+0000 mgr.smithi073.qftnkv (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:21.586 INFO:teuthology.orchestra.run.smithi073.stdout:# minimal ceph.conf for 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:18:21.587 INFO:teuthology.orchestra.run.smithi073.stdout:[global] 2023-11-15T05:18:21.587 INFO:teuthology.orchestra.run.smithi073.stdout: fsid = 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:18:21.587 INFO:teuthology.orchestra.run.smithi073.stdout: mon_host = [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] 2023-11-15T05:18:21.980 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-15T05:18:21.981 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:18:21.981 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T05:18:22.051 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:18:22.052 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:18:22.119 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:18:22.120 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T05:18:22.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:21.099228+0000 mon.smithi073 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:22.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:21.100436+0000 mon.smithi073 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:18:22.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:21.586837+0000 mon.smithi073 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.73:0/3438498027' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:22.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:21.935276+0000 mon.smithi073 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:22.295 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:18:22.296 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:18:22.352 INFO:tasks.cephadm:Deploying OSDs... 2023-11-15T05:18:22.352 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:18:22.353 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:18:22.372 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:18:22.372 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme1n1 2023-11-15T05:18:22.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:21.099228+0000 mon.smithi073 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:22.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:21.100436+0000 mon.smithi073 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:18:22.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:21.586837+0000 mon.smithi073 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.73:0/3438498027' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:22.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:21.935276+0000 mon.smithi073 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:22.430 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme1n1 2023-11-15T05:18:22.430 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:18:22.430 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 434036 Links: 1 Device type: 103,1 2023-11-15T05:18:22.431 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:18:22.431 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:18:22.431 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 05:17:25.902995450 +0000 2023-11-15T05:18:22.431 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 05:17:25.838996965 +0000 2023-11-15T05:18:22.431 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 05:17:25.838996965 +0000 2023-11-15T05:18:22.432 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T05:18:22.432 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T05:18:22.496 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T05:18:22.497 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T05:18:22.497 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000261886 s, 2.0 MB/s 2023-11-15T05:18:22.498 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T05:18:22.557 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme2n1 2023-11-15T05:18:22.616 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme2n1 2023-11-15T05:18:22.616 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:18:22.616 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 435452 Links: 1 Device type: 103,2 2023-11-15T05:18:22.616 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:18:22.617 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:18:22.617 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 05:17:25.913995189 +0000 2023-11-15T05:18:22.617 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 05:17:25.840996918 +0000 2023-11-15T05:18:22.617 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 05:17:25.840996918 +0000 2023-11-15T05:18:22.617 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T05:18:22.618 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T05:18:22.681 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T05:18:22.681 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T05:18:22.682 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000238385 s, 2.1 MB/s 2023-11-15T05:18:22.683 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T05:18:22.743 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme3n1 2023-11-15T05:18:22.801 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme3n1 2023-11-15T05:18:22.801 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:18:22.801 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 435486 Links: 1 Device type: 103,3 2023-11-15T05:18:22.801 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:18:22.802 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:18:22.802 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 05:17:25.928994834 +0000 2023-11-15T05:18:22.802 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 05:17:25.845996800 +0000 2023-11-15T05:18:22.802 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 05:17:25.845996800 +0000 2023-11-15T05:18:22.802 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T05:18:22.803 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T05:18:22.869 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T05:18:22.869 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T05:18:22.870 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000231008 s, 2.2 MB/s 2023-11-15T05:18:22.871 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T05:18:22.929 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme4n1 2023-11-15T05:18:22.987 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme4n1 2023-11-15T05:18:22.988 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:18:22.988 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 435546 Links: 1 Device type: 103,4 2023-11-15T05:18:22.988 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:18:22.988 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:18:22.989 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 05:17:25.939994573 +0000 2023-11-15T05:18:22.989 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 05:17:25.846996776 +0000 2023-11-15T05:18:22.989 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 05:17:25.846996776 +0000 2023-11-15T05:18:22.989 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T05:18:22.989 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T05:18:23.054 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T05:18:23.054 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T05:18:23.055 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.00033676 s, 1.5 MB/s 2023-11-15T05:18:23.056 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T05:18:23.115 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:18:23.116 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:18:23.136 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:18:23.136 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme1n1 2023-11-15T05:18:23.195 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme1n1 2023-11-15T05:18:23.195 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:18:23.195 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 434275 Links: 1 Device type: 103,1 2023-11-15T05:18:23.196 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:18:23.196 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:18:23.196 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 05:18:04.993580279 +0000 2023-11-15T05:18:23.197 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:18:04.941581321 +0000 2023-11-15T05:18:23.197 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:18:04.941581321 +0000 2023-11-15T05:18:23.197 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T05:18:23.197 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T05:18:23.264 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T05:18:23.264 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T05:18:23.265 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.00026786 s, 1.9 MB/s 2023-11-15T05:18:23.266 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T05:18:23.324 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme2n1 2023-11-15T05:18:23.382 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme2n1 2023-11-15T05:18:23.383 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:18:23.383 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 435472 Links: 1 Device type: 103,2 2023-11-15T05:18:23.383 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:18:23.383 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:18:23.383 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 05:18:05.003580078 +0000 2023-11-15T05:18:23.384 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:18:04.942581301 +0000 2023-11-15T05:18:23.384 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:18:04.942581301 +0000 2023-11-15T05:18:23.384 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T05:18:23.384 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T05:18:23.448 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T05:18:23.449 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T05:18:23.449 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.00023083 s, 2.2 MB/s 2023-11-15T05:18:23.450 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T05:18:23.508 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme3n1 2023-11-15T05:18:23.567 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme3n1 2023-11-15T05:18:23.568 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:18:23.568 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 435496 Links: 1 Device type: 103,3 2023-11-15T05:18:23.568 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:18:23.569 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:18:23.569 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 05:18:05.014579858 +0000 2023-11-15T05:18:23.569 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:18:04.945581241 +0000 2023-11-15T05:18:23.569 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:18:04.945581241 +0000 2023-11-15T05:18:23.569 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T05:18:23.570 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T05:18:23.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:21.795363+0000 mgr.smithi073.qftnkv (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:23.634 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T05:18:23.635 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T05:18:23.635 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000218608 s, 2.3 MB/s 2023-11-15T05:18:23.636 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T05:18:23.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:21.795363+0000 mgr.smithi073.qftnkv (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:23.695 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme4n1 2023-11-15T05:18:23.754 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme4n1 2023-11-15T05:18:23.755 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:18:23.755 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 439459 Links: 1 Device type: 103,4 2023-11-15T05:18:23.755 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:18:23.755 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:18:23.755 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 05:18:05.024579657 +0000 2023-11-15T05:18:23.756 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:18:04.947581201 +0000 2023-11-15T05:18:23.756 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:18:04.947581201 +0000 2023-11-15T05:18:23.756 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T05:18:23.756 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T05:18:23.820 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T05:18:23.821 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T05:18:23.821 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000260781 s, 2.0 MB/s 2023-11-15T05:18:23.822 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T05:18:23.880 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-15T05:18:25.411 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:23.795607+0000 mgr.smithi073.qftnkv (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:25.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:23.795607+0000 mgr.smithi073.qftnkv (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:25.795937+0000 mgr.smithi073.qftnkv (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:27.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:26.378097+0000 mon.smithi073 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:26.378918+0000 mon.smithi073 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:26.379668+0000 mon.smithi073 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:18:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:26.380664+0000 mgr.smithi073.qftnkv (mgr.14182) 23 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-11-15T05:18:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:26.380980+0000 mgr.smithi073.qftnkv (mgr.14182) 24 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2023-11-15T05:18:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:26.432800+0000 mon.smithi073 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:27.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:26.697587+0000 mon.smithi073 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:27.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:26.701466+0000 mon.smithi073 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:27.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:26.704977+0000 mon.smithi073 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:18:27.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:26.705685+0000 mon.smithi073 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:18:27.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:26.706360+0000 mon.smithi073 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:25.795937+0000 mgr.smithi073.qftnkv (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:26.378097+0000 mon.smithi073 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:26.378918+0000 mon.smithi073 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:26.379668+0000 mon.smithi073 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:18:27.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:26.380664+0000 mgr.smithi073.qftnkv (mgr.14182) 23 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-11-15T05:18:27.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:26.380980+0000 mgr.smithi073.qftnkv (mgr.14182) 24 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2023-11-15T05:18:27.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:26.432800+0000 mon.smithi073 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:27.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:26.697587+0000 mon.smithi073 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:27.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:26.701466+0000 mon.smithi073 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:27.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:26.704977+0000 mon.smithi073 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:18:27.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:26.705685+0000 mon.smithi073 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:18:27.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:26.706360+0000 mon.smithi073 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:28.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:26.704722+0000 mgr.smithi073.qftnkv (mgr.14182) 25 : cephadm [INF] Reconfiguring mon.smithi073 (unknown last config time)... 2023-11-15T05:18:28.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:26.707012+0000 mgr.smithi073.qftnkv (mgr.14182) 26 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2023-11-15T05:18:28.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:27.581888+0000 mon.smithi073 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:28.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:27.582731+0000 mon.smithi073 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.qftnkv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:18:28.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:27.583473+0000 mon.smithi073 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:18:28.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:27.583955+0000 mon.smithi073 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:28.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:26.704722+0000 mgr.smithi073.qftnkv (mgr.14182) 25 : cephadm [INF] Reconfiguring mon.smithi073 (unknown last config time)... 2023-11-15T05:18:28.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:26.707012+0000 mgr.smithi073.qftnkv (mgr.14182) 26 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2023-11-15T05:18:28.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:27.581888+0000 mon.smithi073 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:28.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:27.582731+0000 mon.smithi073 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.qftnkv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:18:28.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:27.583473+0000 mon.smithi073 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:18:28.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:27.583955+0000 mon.smithi073 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:29.338 INFO:teuthology.orchestra.run.smithi162.stdout:Scheduled osd.all-available-devices update... 2023-11-15T05:18:29.644 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:27.582442+0000 mgr.smithi073.qftnkv (mgr.14182) 27 : cephadm [INF] Reconfiguring mgr.smithi073.qftnkv (unknown last config time)... 2023-11-15T05:18:29.645 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:27.584402+0000 mgr.smithi073.qftnkv (mgr.14182) 28 : cephadm [INF] Reconfiguring daemon mgr.smithi073.qftnkv on smithi073 2023-11-15T05:18:29.645 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:27.796198+0000 mgr.smithi073.qftnkv (mgr.14182) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:29.645 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:28.428986+0000 mon.smithi073 (mon.0) 214 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:29.645 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:28.429616+0000 mgr.smithi073.qftnkv (mgr.14182) 30 : cephadm [INF] Reconfiguring alertmanager.smithi073 (dependencies changed)... 2023-11-15T05:18:29.646 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:28.435867+0000 mgr.smithi073.qftnkv (mgr.14182) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi073 on smithi073 2023-11-15T05:18:29.646 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:29.337534+0000 mon.smithi073 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:29.724 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:27.582442+0000 mgr.smithi073.qftnkv (mgr.14182) 27 : cephadm [INF] Reconfiguring mgr.smithi073.qftnkv (unknown last config time)... 2023-11-15T05:18:29.724 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:27.584402+0000 mgr.smithi073.qftnkv (mgr.14182) 28 : cephadm [INF] Reconfiguring daemon mgr.smithi073.qftnkv on smithi073 2023-11-15T05:18:29.724 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:27.796198+0000 mgr.smithi073.qftnkv (mgr.14182) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:29.724 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:28.428986+0000 mon.smithi073 (mon.0) 214 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:29.725 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:28.429616+0000 mgr.smithi073.qftnkv (mgr.14182) 30 : cephadm [INF] Reconfiguring alertmanager.smithi073 (dependencies changed)... 2023-11-15T05:18:29.725 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:28.435867+0000 mgr.smithi073.qftnkv (mgr.14182) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi073 on smithi073 2023-11-15T05:18:29.725 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:29.337534+0000 mon.smithi073 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:29.728 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-15T05:18:29.728 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:30.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:29.332524+0000 mgr.smithi073.qftnkv (mgr.14182) 32 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:18:30.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:29.333878+0000 mgr.smithi073.qftnkv (mgr.14182) 33 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2023-11-15T05:18:30.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:29.333930+0000 mgr.smithi073.qftnkv (mgr.14182) 34 : cephadm [INF] Marking host: smithi162 for OSDSpec preview refresh. 2023-11-15T05:18:30.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:29.334187+0000 mgr.smithi073.qftnkv (mgr.14182) 35 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T05:18:30.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:29.332524+0000 mgr.smithi073.qftnkv (mgr.14182) 32 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:18:30.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:29.333878+0000 mgr.smithi073.qftnkv (mgr.14182) 33 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2023-11-15T05:18:30.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:29.333930+0000 mgr.smithi073.qftnkv (mgr.14182) 34 : cephadm [INF] Marking host: smithi162 for OSDSpec preview refresh. 2023-11-15T05:18:30.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:29.334187+0000 mgr.smithi073.qftnkv (mgr.14182) 35 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T05:18:31.485 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:29.796408+0000 mgr.smithi073.qftnkv (mgr.14182) 36 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:31.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:29.796408+0000 mgr.smithi073.qftnkv (mgr.14182) 36 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:32.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:31.484565+0000 mon.smithi073 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.73:0/3885140593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:32.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:31.484565+0000 mon.smithi073 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.73:0/3885140593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:33.385 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:18:33.542 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:31.796766+0000 mgr.smithi073.qftnkv (mgr.14182) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:33.543 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:33.213648+0000 mon.smithi073 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:33.543 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:33.214567+0000 mon.smithi073 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:18:33.543 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:33.215171+0000 mon.smithi073 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:31.796766+0000 mgr.smithi073.qftnkv (mgr.14182) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:33.213648+0000 mon.smithi073 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:33.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:33.214567+0000 mon.smithi073 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:18:33.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:33.215171+0000 mon.smithi073 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:34.387 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:34.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:33.214301+0000 mgr.smithi073.qftnkv (mgr.14182) 38 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2023-11-15T05:18:34.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:33.215633+0000 mgr.smithi073.qftnkv (mgr.14182) 39 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2023-11-15T05:18:34.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:34.061473+0000 mon.smithi073 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:34.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:33.214301+0000 mgr.smithi073.qftnkv (mgr.14182) 38 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2023-11-15T05:18:34.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:33.215633+0000 mgr.smithi073.qftnkv (mgr.14182) 39 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2023-11-15T05:18:34.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:34.061473+0000 mon.smithi073 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:35.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:33.797059+0000 mgr.smithi073.qftnkv (mgr.14182) 40 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:35.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:34.062086+0000 mgr.smithi073.qftnkv (mgr.14182) 41 : cephadm [INF] Reconfiguring grafana.smithi073 (dependencies changed)... 2023-11-15T05:18:35.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:34.091911+0000 mgr.smithi073.qftnkv (mgr.14182) 42 : cephadm [INF] Reconfiguring daemon grafana.smithi073 on smithi073 2023-11-15T05:18:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:33.797059+0000 mgr.smithi073.qftnkv (mgr.14182) 40 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:34.062086+0000 mgr.smithi073.qftnkv (mgr.14182) 41 : cephadm [INF] Reconfiguring grafana.smithi073 (dependencies changed)... 2023-11-15T05:18:35.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:34.091911+0000 mgr.smithi073.qftnkv (mgr.14182) 42 : cephadm [INF] Reconfiguring daemon grafana.smithi073 on smithi073 2023-11-15T05:18:36.290 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:36.674 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:18:36.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:36.290378+0000 mon.smithi073 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.73:0/1013815952' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:36.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:36.290378+0000 mon.smithi073 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.73:0/1013815952' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:37.675 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:37.736 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:35.797291+0000 mgr.smithi073.qftnkv (mgr.14182) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:37.736 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:37.055305+0000 mon.smithi073 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:35.797291+0000 mgr.smithi073.qftnkv (mgr.14182) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:37.055305+0000 mon.smithi073 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:38.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:37.056013+0000 mgr.smithi073.qftnkv (mgr.14182) 44 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2023-11-15T05:18:38.516 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:37.059759+0000 mgr.smithi073.qftnkv (mgr.14182) 45 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2023-11-15T05:18:38.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:37.056013+0000 mgr.smithi073.qftnkv (mgr.14182) 44 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2023-11-15T05:18:38.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:37.059759+0000 mgr.smithi073.qftnkv (mgr.14182) 45 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2023-11-15T05:18:39.380 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:39.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:37.797531+0000 mgr.smithi073.qftnkv (mgr.14182) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:39.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:39.379442+0000 mon.smithi073 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.73:0/2634485805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:39.849 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:18:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:37.797531+0000 mgr.smithi073.qftnkv (mgr.14182) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:39.379442+0000 mon.smithi073 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.73:0/2634485805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:40.850 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:39.797833+0000 mgr.smithi073.qftnkv (mgr.14182) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:40.303086+0000 mon.smithi073 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:40.303630+0000 mgr.smithi073.qftnkv (mgr.14182) 48 : cephadm [INF] Reconfiguring crash.smithi162 (monmap changed)... 2023-11-15T05:18:41.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:40.303873+0000 mon.smithi073 (mon.0) 225 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:18:41.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:40.304479+0000 mon.smithi073 (mon.0) 226 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:41.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:40.304926+0000 mgr.smithi073.qftnkv (mgr.14182) 49 : cephadm [INF] Reconfiguring daemon crash.smithi162 on smithi162 2023-11-15T05:18:41.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:41.165880+0000 mon.smithi073 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:41.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:41.166639+0000 mon.smithi073 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.zkshzy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:18:41.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:41.167285+0000 mon.smithi073 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:18:41.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:41.167775+0000 mon.smithi073 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:41.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:39.797833+0000 mgr.smithi073.qftnkv (mgr.14182) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:41.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:40.303086+0000 mon.smithi073 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:41.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:40.303630+0000 mgr.smithi073.qftnkv (mgr.14182) 48 : cephadm [INF] Reconfiguring crash.smithi162 (monmap changed)... 2023-11-15T05:18:41.601 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:40.303873+0000 mon.smithi073 (mon.0) 225 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:18:41.601 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:40.304479+0000 mon.smithi073 (mon.0) 226 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:41.601 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:40.304926+0000 mgr.smithi073.qftnkv (mgr.14182) 49 : cephadm [INF] Reconfiguring daemon crash.smithi162 on smithi162 2023-11-15T05:18:41.601 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:41.165880+0000 mon.smithi073 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:41.601 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:41.166639+0000 mon.smithi073 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.zkshzy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:18:41.602 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:41.167285+0000 mon.smithi073 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:18:41.602 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:41.167775+0000 mon.smithi073 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:42.261 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:42.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:41.166403+0000 mgr.smithi073.qftnkv (mgr.14182) 50 : cephadm [INF] Reconfiguring mgr.smithi162.zkshzy (monmap changed)... 2023-11-15T05:18:42.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:41.168213+0000 mgr.smithi073.qftnkv (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi162.zkshzy on smithi162 2023-11-15T05:18:42.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.012000+0000 mon.smithi073 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:42.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.012799+0000 mon.smithi073 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:18:42.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.013444+0000 mon.smithi073 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:18:42.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.014046+0000 mon.smithi073 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:42.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.261103+0000 mon.smithi073 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.73:0/4229984923' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:42.605 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:41.166403+0000 mgr.smithi073.qftnkv (mgr.14182) 50 : cephadm [INF] Reconfiguring mgr.smithi162.zkshzy (monmap changed)... 2023-11-15T05:18:42.605 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:41.168213+0000 mgr.smithi073.qftnkv (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi162.zkshzy on smithi162 2023-11-15T05:18:42.605 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.012000+0000 mon.smithi073 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:42.606 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.012799+0000 mon.smithi073 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:18:42.606 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.013444+0000 mon.smithi073 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:18:42.606 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.014046+0000 mon.smithi073 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:42.606 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.261103+0000 mon.smithi073 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.73:0/4229984923' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:42.630 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:18:43.632 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:43.659 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:41.798380+0000 mgr.smithi073.qftnkv (mgr.14182) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:43.659 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:42.012561+0000 mgr.smithi073.qftnkv (mgr.14182) 53 : cephadm [INF] Reconfiguring mon.smithi162 (monmap changed)... 2023-11-15T05:18:43.659 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:18:42.014569+0000 mgr.smithi073.qftnkv (mgr.14182) 54 : cephadm [INF] Reconfiguring daemon mon.smithi162 on smithi162 2023-11-15T05:18:43.659 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.839938+0000 mon.smithi073 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:43.660 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.842448+0000 mon.smithi073 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:18:43.660 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.843573+0000 mon.smithi073 (mon.0) 238 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:18:43.660 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.847576+0000 mon.smithi073 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:43.660 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.851880+0000 mon.smithi073 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:18:43.660 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.857898+0000 mon.smithi073 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:18:43.661 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.862177+0000 mon.smithi073 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:43.661 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.865750+0000 mon.smithi073 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:18:43.661 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.868017+0000 mon.smithi073 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:18:43.661 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.872224+0000 mon.smithi073 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:43.661 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.875147+0000 mon.smithi073 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:18:43.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:41.798380+0000 mgr.smithi073.qftnkv (mgr.14182) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:43.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:42.012561+0000 mgr.smithi073.qftnkv (mgr.14182) 53 : cephadm [INF] Reconfiguring mon.smithi162 (monmap changed)... 2023-11-15T05:18:43.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:18:42.014569+0000 mgr.smithi073.qftnkv (mgr.14182) 54 : cephadm [INF] Reconfiguring daemon mon.smithi162 on smithi162 2023-11-15T05:18:43.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.839938+0000 mon.smithi073 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:43.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.842448+0000 mon.smithi073 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:18:43.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.843573+0000 mon.smithi073 (mon.0) 238 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:18:43.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.847576+0000 mon.smithi073 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:43.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.851880+0000 mon.smithi073 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:18:43.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.857898+0000 mon.smithi073 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:18:43.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.862177+0000 mon.smithi073 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:43.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.865750+0000 mon.smithi073 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:18:43.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.868017+0000 mon.smithi073 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:18:43.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.872224+0000 mon.smithi073 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:43.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.875147+0000 mon.smithi073 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:18:44.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.842776+0000 mgr.smithi073.qftnkv (mgr.14182) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:18:44.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.843810+0000 mgr.smithi073.qftnkv (mgr.14182) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:18:44.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.852237+0000 mgr.smithi073.qftnkv (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:18:44.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.858252+0000 mgr.smithi073.qftnkv (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:18:44.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.866108+0000 mgr.smithi073.qftnkv (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:18:44.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:42.868338+0000 mgr.smithi073.qftnkv (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:18:44.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:43.966693+0000 mon.smithi073 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:44.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:43.972061+0000 mon.smithi073 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:44.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.842776+0000 mgr.smithi073.qftnkv (mgr.14182) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:18:44.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.843810+0000 mgr.smithi073.qftnkv (mgr.14182) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:18:44.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.852237+0000 mgr.smithi073.qftnkv (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:18:44.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.858252+0000 mgr.smithi073.qftnkv (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:18:44.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.866108+0000 mgr.smithi073.qftnkv (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:18:44.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:42.868338+0000 mgr.smithi073.qftnkv (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:18:44.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:43.966693+0000 mon.smithi073 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:44.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:43.972061+0000 mon.smithi073 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:45.296 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:45.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:43.798650+0000 mgr.smithi073.qftnkv (mgr.14182) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:45.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.296137+0000 mon.smithi073 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.73:0/1921915046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:45.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:43.798650+0000 mgr.smithi073.qftnkv (mgr.14182) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:45.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.296137+0000 mon.smithi073 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.73:0/1921915046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:45.731 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:18:46.733 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:47.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:45.798985+0000 mgr.smithi073.qftnkv (mgr.14182) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:47.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.906669+0000 mon.smithi073 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:47.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.911932+0000 mon.smithi073 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:47.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.912625+0000 mon.smithi073 (mon.0) 252 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:47.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.913156+0000 mon.smithi073 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:18:47.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.918524+0000 mon.smithi073 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:47.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.921850+0000 mon.smithi073 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:18:47.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.924398+0000 mon.smithi073 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:18:47.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.925215+0000 mon.smithi073 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:18:47.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.925396+0000 mon.smithi073 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:47.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:45.925817+0000 mon.smithi073 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:47.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:45.798985+0000 mgr.smithi073.qftnkv (mgr.14182) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:47.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.906669+0000 mon.smithi073 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:47.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.911932+0000 mon.smithi073 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:47.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.912625+0000 mon.smithi073 (mon.0) 252 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:47.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.913156+0000 mon.smithi073 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:18:47.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.918524+0000 mon.smithi073 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:18:47.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.921850+0000 mon.smithi073 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:18:47.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.924398+0000 mon.smithi073 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:18:47.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.925215+0000 mon.smithi073 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:18:47.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.925396+0000 mon.smithi073 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:47.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:45.925817+0000 mon.smithi073 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:18:48.249 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:48.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:47.978059+0000 mon.smithi162 (mon.1) 2 : audit [INF] from='client.? 172.21.15.162:0/2364781998' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4ee5c4b-360f-4665-bbf8-5dd4d03e162f"}]: dispatch 2023-11-15T05:18:48.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:47.978505+0000 mon.smithi073 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4ee5c4b-360f-4665-bbf8-5dd4d03e162f"}]: dispatch 2023-11-15T05:18:48.417 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:47.985438+0000 mon.smithi073 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4ee5c4b-360f-4665-bbf8-5dd4d03e162f"}]': finished 2023-11-15T05:18:48.417 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:47.985511+0000 mon.smithi073 (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T05:18:48.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:47.985607+0000 mon.smithi073 (mon.0) 263 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:48.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:48.002191+0000 mon.smithi073 (mon.0) 264 : audit [INF] from='client.? 172.21.15.73:0/1843995198' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6861938d-f4c1-4d99-9d98-48cc92add40b"}]: dispatch 2023-11-15T05:18:48.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:48.008576+0000 mon.smithi073 (mon.0) 265 : audit [INF] from='client.? 172.21.15.73:0/1843995198' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6861938d-f4c1-4d99-9d98-48cc92add40b"}]': finished 2023-11-15T05:18:48.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:48.008640+0000 mon.smithi073 (mon.0) 266 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T05:18:48.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:48.008758+0000 mon.smithi073 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:48.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:48.009049+0000 mon.smithi073 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:48.420 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:48.247785+0000 mon.smithi073 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.73:0/2300696973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:48.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:47.978059+0000 mon.smithi162 (mon.1) 2 : audit [INF] from='client.? 172.21.15.162:0/2364781998' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4ee5c4b-360f-4665-bbf8-5dd4d03e162f"}]: dispatch 2023-11-15T05:18:48.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:47.978505+0000 mon.smithi073 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4ee5c4b-360f-4665-bbf8-5dd4d03e162f"}]: dispatch 2023-11-15T05:18:48.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:47.985438+0000 mon.smithi073 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4ee5c4b-360f-4665-bbf8-5dd4d03e162f"}]': finished 2023-11-15T05:18:48.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:47.985511+0000 mon.smithi073 (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T05:18:48.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:47.985607+0000 mon.smithi073 (mon.0) 263 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:48.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:48.002191+0000 mon.smithi073 (mon.0) 264 : audit [INF] from='client.? 172.21.15.73:0/1843995198' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6861938d-f4c1-4d99-9d98-48cc92add40b"}]: dispatch 2023-11-15T05:18:48.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:48.008576+0000 mon.smithi073 (mon.0) 265 : audit [INF] from='client.? 172.21.15.73:0/1843995198' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6861938d-f4c1-4d99-9d98-48cc92add40b"}]': finished 2023-11-15T05:18:48.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:48.008640+0000 mon.smithi073 (mon.0) 266 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T05:18:48.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:48.008758+0000 mon.smithi073 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:48.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:48.009049+0000 mon.smithi073 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:48.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:48.247785+0000 mon.smithi073 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.73:0/2300696973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:48.662 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700025528,"num_remapped_pgs":0} 2023-11-15T05:18:49.663 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:49.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:47.799206+0000 mgr.smithi073.qftnkv (mgr.14182) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:49.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:49.203389+0000 mon.smithi162 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.162:0/3886229355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:49.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:47.799206+0000 mgr.smithi073.qftnkv (mgr.14182) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:49.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:49.203389+0000 mon.smithi162 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.162:0/3886229355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:50.645 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:49.699877+0000 mon.smithi073 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.73:0/3770561137' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:50.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:49.699877+0000 mon.smithi073 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.73:0/3770561137' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:50.990 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:51.320 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700025528,"num_remapped_pgs":0} 2023-11-15T05:18:51.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:49.799418+0000 mgr.smithi073.qftnkv (mgr.14182) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:51.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:50.990323+0000 mon.smithi073 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.73:0/2888553313' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:51.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:49.799418+0000 mgr.smithi073.qftnkv (mgr.14182) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:51.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:50.990323+0000 mon.smithi073 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.73:0/2888553313' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:52.321 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:52.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:51.759794+0000 mon.smithi162 (mon.1) 4 : audit [INF] from='client.? 172.21.15.162:0/4169328999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11eec7ec-e5be-4ea9-97d9-b9650154b2a1"}]: dispatch 2023-11-15T05:18:52.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:51.760267+0000 mon.smithi073 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11eec7ec-e5be-4ea9-97d9-b9650154b2a1"}]: dispatch 2023-11-15T05:18:52.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:51.766368+0000 mon.smithi073 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11eec7ec-e5be-4ea9-97d9-b9650154b2a1"}]': finished 2023-11-15T05:18:52.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:51.766416+0000 mon.smithi073 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T05:18:52.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:51.766530+0000 mon.smithi073 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:52.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:51.766881+0000 mon.smithi073 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:52.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:51.767100+0000 mon.smithi073 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:52.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:52.216205+0000 mon.smithi073 (mon.0) 278 : audit [INF] from='client.? 172.21.15.73:0/32512011' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfd34e79-3418-4764-a7e7-d35c51a06309"}]: dispatch 2023-11-15T05:18:52.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:52.221819+0000 mon.smithi073 (mon.0) 279 : audit [INF] from='client.? 172.21.15.73:0/32512011' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfd34e79-3418-4764-a7e7-d35c51a06309"}]': finished 2023-11-15T05:18:52.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:52.221874+0000 mon.smithi073 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T05:18:52.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:52.221962+0000 mon.smithi073 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:52.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:52.222218+0000 mon.smithi073 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:52.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:52.222373+0000 mon.smithi073 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:52.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:52.222524+0000 mon.smithi073 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:18:52.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:51.759794+0000 mon.smithi162 (mon.1) 4 : audit [INF] from='client.? 172.21.15.162:0/4169328999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11eec7ec-e5be-4ea9-97d9-b9650154b2a1"}]: dispatch 2023-11-15T05:18:52.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:51.760267+0000 mon.smithi073 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11eec7ec-e5be-4ea9-97d9-b9650154b2a1"}]: dispatch 2023-11-15T05:18:52.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:51.766368+0000 mon.smithi073 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11eec7ec-e5be-4ea9-97d9-b9650154b2a1"}]': finished 2023-11-15T05:18:52.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:51.766416+0000 mon.smithi073 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T05:18:52.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:51.766530+0000 mon.smithi073 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:52.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:51.766881+0000 mon.smithi073 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:52.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:51.767100+0000 mon.smithi073 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:52.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:52.216205+0000 mon.smithi073 (mon.0) 278 : audit [INF] from='client.? 172.21.15.73:0/32512011' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfd34e79-3418-4764-a7e7-d35c51a06309"}]: dispatch 2023-11-15T05:18:52.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:52.221819+0000 mon.smithi073 (mon.0) 279 : audit [INF] from='client.? 172.21.15.73:0/32512011' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfd34e79-3418-4764-a7e7-d35c51a06309"}]': finished 2023-11-15T05:18:52.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:52.221874+0000 mon.smithi073 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T05:18:52.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:52.221962+0000 mon.smithi073 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:52.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:52.222218+0000 mon.smithi073 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:52.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:52.222373+0000 mon.smithi073 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:52.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:52.222524+0000 mon.smithi073 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:18:53.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:51.799656+0000 mgr.smithi073.qftnkv (mgr.14182) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:53.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:53.023078+0000 mon.smithi162 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.162:0/1137318614' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:53.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:51.799656+0000 mgr.smithi073.qftnkv (mgr.14182) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:53.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:53.023078+0000 mon.smithi162 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.162:0/1137318614' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:53.893 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:54.304 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1700025532,"num_remapped_pgs":0} 2023-11-15T05:18:54.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:53.736802+0000 mon.smithi073 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.73:0/844459307' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:54.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:53.893300+0000 mon.smithi073 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.73:0/4107807339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:54.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:53.736802+0000 mon.smithi073 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.73:0/844459307' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:54.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:53.893300+0000 mon.smithi073 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.73:0/4107807339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:55.306 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:55.616 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:53.799885+0000 mgr.smithi073.qftnkv (mgr.14182) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:55.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:53.799885+0000 mgr.smithi073.qftnkv (mgr.14182) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:56.658 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:56.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:55.547413+0000 mon.smithi162 (mon.1) 6 : audit [INF] from='client.? 172.21.15.162:0/1122167185' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c69d705-ef90-435d-8483-0b785a725160"}]: dispatch 2023-11-15T05:18:56.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:55.547858+0000 mon.smithi073 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c69d705-ef90-435d-8483-0b785a725160"}]: dispatch 2023-11-15T05:18:56.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:55.553709+0000 mon.smithi073 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c69d705-ef90-435d-8483-0b785a725160"}]': finished 2023-11-15T05:18:56.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:55.553756+0000 mon.smithi073 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T05:18:56.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:55.553849+0000 mon.smithi073 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:56.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:55.554104+0000 mon.smithi073 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:56.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:55.554259+0000 mon.smithi073 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:56.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:55.554408+0000 mon.smithi073 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:18:56.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:55.554551+0000 mon.smithi073 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:18:56.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.298636+0000 mon.smithi073 (mon.0) 295 : audit [INF] from='client.? 172.21.15.73:0/2310499262' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1c31e93-7297-4dae-95b1-2aeed7ebc369"}]: dispatch 2023-11-15T05:18:56.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.304723+0000 mon.smithi073 (mon.0) 296 : audit [INF] from='client.? 172.21.15.73:0/2310499262' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1c31e93-7297-4dae-95b1-2aeed7ebc369"}]': finished 2023-11-15T05:18:56.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:56.304763+0000 mon.smithi073 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T05:18:56.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.304872+0000 mon.smithi073 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:56.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.305207+0000 mon.smithi073 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:56.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.305406+0000 mon.smithi073 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:56.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.305585+0000 mon.smithi073 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:18:56.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.305750+0000 mon.smithi073 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:18:56.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.305940+0000 mon.smithi073 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:18:56.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:55.547413+0000 mon.smithi162 (mon.1) 6 : audit [INF] from='client.? 172.21.15.162:0/1122167185' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c69d705-ef90-435d-8483-0b785a725160"}]: dispatch 2023-11-15T05:18:56.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:55.547858+0000 mon.smithi073 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c69d705-ef90-435d-8483-0b785a725160"}]: dispatch 2023-11-15T05:18:56.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:55.553709+0000 mon.smithi073 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c69d705-ef90-435d-8483-0b785a725160"}]': finished 2023-11-15T05:18:56.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:55.553756+0000 mon.smithi073 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T05:18:56.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:55.553849+0000 mon.smithi073 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:56.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:55.554104+0000 mon.smithi073 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:56.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:55.554259+0000 mon.smithi073 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:56.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:55.554408+0000 mon.smithi073 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:18:56.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:55.554551+0000 mon.smithi073 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:18:56.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.298636+0000 mon.smithi073 (mon.0) 295 : audit [INF] from='client.? 172.21.15.73:0/2310499262' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1c31e93-7297-4dae-95b1-2aeed7ebc369"}]: dispatch 2023-11-15T05:18:56.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.304723+0000 mon.smithi073 (mon.0) 296 : audit [INF] from='client.? 172.21.15.73:0/2310499262' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1c31e93-7297-4dae-95b1-2aeed7ebc369"}]': finished 2023-11-15T05:18:56.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:56.304763+0000 mon.smithi073 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T05:18:56.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.304872+0000 mon.smithi073 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:56.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.305207+0000 mon.smithi073 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:56.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.305406+0000 mon.smithi073 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:56.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.305585+0000 mon.smithi073 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:18:56.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.305750+0000 mon.smithi073 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:18:56.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.305940+0000 mon.smithi073 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:18:57.181 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1700025536,"num_remapped_pgs":0} 2023-11-15T05:18:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:55.800128+0000 mgr.smithi073.qftnkv (mgr.14182) 67 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.654560+0000 mon.smithi073 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.73:0/723312731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:56.842232+0000 mon.smithi162 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.162:0/2687491430' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:55.800128+0000 mgr.smithi073.qftnkv (mgr.14182) 67 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:57.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.654560+0000 mon.smithi073 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.73:0/723312731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:18:57.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:56.842232+0000 mon.smithi162 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.162:0/2687491430' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:58.183 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:18:58.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:57.707140+0000 mon.smithi073 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.73:0/1335585940' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:58.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:58 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:57.707140+0000 mon.smithi073 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.73:0/1335585940' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:18:59.569 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:18:59.886 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:57.800449+0000 mgr.smithi073.qftnkv (mgr.14182) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:59.886 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.351283+0000 mon.smithi162 (mon.1) 8 : audit [INF] from='client.? 172.21.15.162:0/2913650197' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e14e603f-a718-4992-b0c3-c9dff7ebb188"}]: dispatch 2023-11-15T05:18:59.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.351731+0000 mon.smithi073 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e14e603f-a718-4992-b0c3-c9dff7ebb188"}]: dispatch 2023-11-15T05:18:59.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.355484+0000 mon.smithi073 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e14e603f-a718-4992-b0c3-c9dff7ebb188"}]': finished 2023-11-15T05:18:59.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:59.355540+0000 mon.smithi073 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T05:18:59.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.355632+0000 mon.smithi073 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:59.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.355855+0000 mon.smithi073 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:59.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.355998+0000 mon.smithi073 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:59.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.356186+0000 mon.smithi073 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:18:59.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.356414+0000 mon.smithi073 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:18:59.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.356629+0000 mon.smithi073 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:18:59.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:18:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.356831+0000 mon.smithi073 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:18:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:57.800449+0000 mgr.smithi073.qftnkv (mgr.14182) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:18:59.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.351283+0000 mon.smithi162 (mon.1) 8 : audit [INF] from='client.? 172.21.15.162:0/2913650197' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e14e603f-a718-4992-b0c3-c9dff7ebb188"}]: dispatch 2023-11-15T05:18:59.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.351731+0000 mon.smithi073 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e14e603f-a718-4992-b0c3-c9dff7ebb188"}]: dispatch 2023-11-15T05:18:59.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.355484+0000 mon.smithi073 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e14e603f-a718-4992-b0c3-c9dff7ebb188"}]': finished 2023-11-15T05:18:59.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:59.355540+0000 mon.smithi073 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T05:18:59.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.355632+0000 mon.smithi073 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:18:59.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.355855+0000 mon.smithi073 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:18:59.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.355998+0000 mon.smithi073 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:18:59.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.356186+0000 mon.smithi073 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:18:59.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.356414+0000 mon.smithi073 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:18:59.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.356629+0000 mon.smithi073 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:18:59.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:18:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.356831+0000 mon.smithi073 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:18:59.990 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1700025539,"num_remapped_pgs":0} 2023-11-15T05:19:00.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:18:59.568314+0000 mon.smithi073 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.73:0/1408563981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:00.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.257795+0000 mon.smithi073 (mon.0) 317 : audit [INF] from='client.? 172.21.15.73:0/1465113183' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2d2b2d8-a39e-4c88-ae2a-6d47c39d5e2e"}]: dispatch 2023-11-15T05:19:00.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.262604+0000 mon.smithi073 (mon.0) 318 : audit [INF] from='client.? 172.21.15.73:0/1465113183' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2d2b2d8-a39e-4c88-ae2a-6d47c39d5e2e"}]': finished 2023-11-15T05:19:00.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:00.262640+0000 mon.smithi073 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T05:19:00.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.262723+0000 mon.smithi073 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:00.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.263008+0000 mon.smithi073 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:00.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.263169+0000 mon.smithi073 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:00.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.263328+0000 mon.smithi073 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:00.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.263474+0000 mon.smithi073 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:00.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.263619+0000 mon.smithi073 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:00.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.263769+0000 mon.smithi073 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:00.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:00.263911+0000 mon.smithi073 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:00.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:18:59.568314+0000 mon.smithi073 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.73:0/1408563981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:00.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.257795+0000 mon.smithi073 (mon.0) 317 : audit [INF] from='client.? 172.21.15.73:0/1465113183' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2d2b2d8-a39e-4c88-ae2a-6d47c39d5e2e"}]: dispatch 2023-11-15T05:19:00.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.262604+0000 mon.smithi073 (mon.0) 318 : audit [INF] from='client.? 172.21.15.73:0/1465113183' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2d2b2d8-a39e-4c88-ae2a-6d47c39d5e2e"}]': finished 2023-11-15T05:19:00.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:00.262640+0000 mon.smithi073 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T05:19:00.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.262723+0000 mon.smithi073 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:00.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.263008+0000 mon.smithi073 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:00.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.263169+0000 mon.smithi073 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:00.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.263328+0000 mon.smithi073 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:00.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.263474+0000 mon.smithi073 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:00.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.263619+0000 mon.smithi073 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:00.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.263769+0000 mon.smithi073 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:00.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:00.263911+0000 mon.smithi073 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:00.992 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:01.774 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:18:59.800700+0000 mgr.smithi073.qftnkv (mgr.14182) 69 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:01.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:01.161487+0000 mon.smithi162 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.162:0/3114662533' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:19:01.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:01.530704+0000 mon.smithi073 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.73:0/3441139919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:19:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:18:59.800700+0000 mgr.smithi073.qftnkv (mgr.14182) 69 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:01.161487+0000 mon.smithi162 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.162:0/3114662533' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:19:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:01.530704+0000 mon.smithi073 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.73:0/3441139919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:19:02.477 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:02.853 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":0} 2023-11-15T05:19:03.592 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:01.801003+0000 mgr.smithi073.qftnkv (mgr.14182) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:03.593 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:02.476304+0000 mon.smithi073 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.73:0/752586699' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:03.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:01.801003+0000 mgr.smithi073.qftnkv (mgr.14182) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:03.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:02.476304+0000 mon.smithi073 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.73:0/752586699' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:03.855 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:05.289 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:05.387 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:03.801391+0000 mgr.smithi073.qftnkv (mgr.14182) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:05.387 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:05.289305+0000 mon.smithi073 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.73:0/541818574' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:05.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:03.801391+0000 mgr.smithi073.qftnkv (mgr.14182) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:05.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:05.289305+0000 mon.smithi073 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.73:0/541818574' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:05.848 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":0} 2023-11-15T05:19:06.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:05.446756+0000 mon.smithi073 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T05:19:06.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:05.447327+0000 mon.smithi073 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:06.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:05.447770+0000 mgr.smithi073.qftnkv (mgr.14182) 72 : cephadm [INF] Deploying daemon osd.0 on smithi162 2023-11-15T05:19:06.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:05.446756+0000 mon.smithi073 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T05:19:06.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:05.447327+0000 mon.smithi073 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:06.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:05.447770+0000 mgr.smithi073.qftnkv (mgr.14182) 72 : cephadm [INF] Deploying daemon osd.0 on smithi162 2023-11-15T05:19:06.850 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:07.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:05.801719+0000 mgr.smithi073.qftnkv (mgr.14182) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:07.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:06.761828+0000 mon.smithi073 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T05:19:07.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:06.762465+0000 mon.smithi073 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:07.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:05.801719+0000 mgr.smithi073.qftnkv (mgr.14182) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:07.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:06.761828+0000 mon.smithi073 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T05:19:07.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:06.762465+0000 mon.smithi073 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:08.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:06.762912+0000 mgr.smithi073.qftnkv (mgr.14182) 74 : cephadm [INF] Deploying daemon osd.1 on smithi073 2023-11-15T05:19:08.568 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:08.591 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:06.762912+0000 mgr.smithi073.qftnkv (mgr.14182) 74 : cephadm [INF] Deploying daemon osd.1 on smithi073 2023-11-15T05:19:09.188 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":0} 2023-11-15T05:19:09.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:07.801927+0000 mgr.smithi073.qftnkv (mgr.14182) 75 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:09.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:08.568359+0000 mon.smithi073 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.73:0/1986208032' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:09.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:09.107862+0000 mon.smithi073 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:09.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:09.108421+0000 mon.smithi073 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T05:19:09.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:09.108945+0000 mon.smithi073 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:09.570 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:07.801927+0000 mgr.smithi073.qftnkv (mgr.14182) 75 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:09.570 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:08.568359+0000 mon.smithi073 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.73:0/1986208032' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:09.571 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:09.107862+0000 mon.smithi073 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:09.571 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:09.108421+0000 mon.smithi073 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T05:19:09.571 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:09.108945+0000 mon.smithi073 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:10.189 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:10.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:09.109380+0000 mgr.smithi073.qftnkv (mgr.14182) 76 : cephadm [INF] Deploying daemon osd.2 on smithi162 2023-11-15T05:19:10.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:09.109380+0000 mgr.smithi073.qftnkv (mgr.14182) 76 : cephadm [INF] Deploying daemon osd.2 on smithi162 2023-11-15T05:19:11.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:09.802200+0000 mgr.smithi073.qftnkv (mgr.14182) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:11.542 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:09.802200+0000 mgr.smithi073.qftnkv (mgr.14182) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:11.674 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:12.052 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":0} 2023-11-15T05:19:12.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:11.673442+0000 mon.smithi073 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.73:0/1839684999' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:12.557 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:11.683338+0000 mon.smithi073 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:12.557 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:11.684022+0000 mon.smithi073 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T05:19:12.557 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:11.684565+0000 mon.smithi073 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:12.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:11.673442+0000 mon.smithi073 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.73:0/1839684999' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:12.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:11.683338+0000 mon.smithi073 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:12.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:11.684022+0000 mon.smithi073 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T05:19:12.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:11.684565+0000 mon.smithi073 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:13.054 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:13.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:11.685012+0000 mgr.smithi073.qftnkv (mgr.14182) 78 : cephadm [INF] Deploying daemon osd.3 on smithi073 2023-11-15T05:19:13.557 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:11.802414+0000 mgr.smithi073.qftnkv (mgr.14182) 79 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:13.557 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:12.366080+0000 mon.smithi162 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/663803323,v1:172.21.15.162:6801/663803323]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:19:13.557 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:12.366433+0000 mon.smithi073 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:19:13.557 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:12.850408+0000 mon.smithi073 (mon.0) 344 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:13.558 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:12.850998+0000 mon.smithi073 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T05:19:13.558 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:12.851554+0000 mon.smithi073 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:13.650 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:11.685012+0000 mgr.smithi073.qftnkv (mgr.14182) 78 : cephadm [INF] Deploying daemon osd.3 on smithi073 2023-11-15T05:19:13.650 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:11.802414+0000 mgr.smithi073.qftnkv (mgr.14182) 79 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:13.650 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:12.366080+0000 mon.smithi162 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/663803323,v1:172.21.15.162:6801/663803323]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:19:13.651 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:12.366433+0000 mon.smithi073 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:19:13.651 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:12.850408+0000 mon.smithi073 (mon.0) 344 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:13.651 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:12.850998+0000 mon.smithi073 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T05:19:13.651 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:12.851554+0000 mon.smithi073 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:14.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:12.852026+0000 mgr.smithi073.qftnkv (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.4 on smithi162 2023-11-15T05:19:14.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.329914+0000 mon.smithi073 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T05:19:14.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:13.329958+0000 mon.smithi073 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T05:19:14.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.330068+0000 mon.smithi073 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:14.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.330343+0000 mon.smithi073 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:14.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.330491+0000 mon.smithi073 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:14.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.330503+0000 mon.smithi162 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/663803323,v1:172.21.15.162:6801/663803323]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:14.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.330646+0000 mon.smithi073 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:14.487 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.330853+0000 mon.smithi073 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:14.487 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.331046+0000 mon.smithi073 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:14.487 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.331234+0000 mon.smithi073 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:14.487 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.331380+0000 mon.smithi073 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:14.488 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:13.331535+0000 mon.smithi073 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:14.585 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:14.596 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:12.852026+0000 mgr.smithi073.qftnkv (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.4 on smithi162 2023-11-15T05:19:14.596 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.329914+0000 mon.smithi073 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T05:19:14.597 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:13.329958+0000 mon.smithi073 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T05:19:14.597 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.330068+0000 mon.smithi073 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:14.597 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.330343+0000 mon.smithi073 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:14.598 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.330491+0000 mon.smithi073 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:14.598 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.330503+0000 mon.smithi162 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/663803323,v1:172.21.15.162:6801/663803323]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:14.598 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.330646+0000 mon.smithi073 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:14.599 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.330853+0000 mon.smithi073 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:14.599 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.331046+0000 mon.smithi073 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:14.599 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.331234+0000 mon.smithi073 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:14.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.331380+0000 mon.smithi073 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:14.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:13.331535+0000 mon.smithi073 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:14.980 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":0} 2023-11-15T05:19:15.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:13.802660+0000 mgr.smithi073.qftnkv (mgr.14182) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:15.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.331849+0000 mon.smithi073 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T05:19:15.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:14.331899+0000 mon.smithi073 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T05:19:15.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.333055+0000 mon.smithi073 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:15.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.333325+0000 mon.smithi073 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:15.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.333492+0000 mon.smithi073 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:15.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.333661+0000 mon.smithi073 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:15.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.333790+0000 mon.smithi073 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:15.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.333927+0000 mon.smithi073 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:15.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.334140+0000 mon.smithi073 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:15.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.334286+0000 mon.smithi073 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:15.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.335139+0000 mon.smithi073 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:15.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.584215+0000 mon.smithi073 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.73:0/2064363367' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:15.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:14.844606+0000 mon.smithi073 (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T05:19:15.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:13.802660+0000 mgr.smithi073.qftnkv (mgr.14182) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:15.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.331849+0000 mon.smithi073 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T05:19:15.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:14.331899+0000 mon.smithi073 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T05:19:15.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.333055+0000 mon.smithi073 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:15.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.333325+0000 mon.smithi073 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:15.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.333492+0000 mon.smithi073 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:15.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.333661+0000 mon.smithi073 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:15.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.333790+0000 mon.smithi073 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:15.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.333927+0000 mon.smithi073 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:15.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.334140+0000 mon.smithi073 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:15.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.334286+0000 mon.smithi073 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:15.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.335139+0000 mon.smithi073 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:15.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.584215+0000 mon.smithi073 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.73:0/2064363367' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:15.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:14.844606+0000 mon.smithi073 (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T05:19:15.982 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:16.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:13.386489+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:13.386535+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.335822+0000 mon.smithi073 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:15.339067+0000 mon.smithi073 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.162:6800/663803323,v1:172.21.15.162:6801/663803323] boot 2023-11-15T05:19:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.339109+0000 mon.smithi073 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T05:19:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:15.339152+0000 mon.smithi073 (mon.0) 374 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T05:19:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.339440+0000 mon.smithi073 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.339689+0000 mon.smithi073 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.339829+0000 mon.smithi073 (mon.0) 377 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T05:19:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.340012+0000 mon.smithi073 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.340163+0000 mon.smithi073 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.340283+0000 mon.smithi073 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.343140+0000 mon.smithi073 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:16.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.343275+0000 mon.smithi073 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:16.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.343399+0000 mon.smithi073 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:16.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.806409+0000 mon.smithi073 (mon.0) 384 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:16.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.807038+0000 mon.smithi073 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T05:19:16.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:15.807536+0000 mon.smithi073 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:16.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.069164+0000 mon.smithi162 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/3864137360,v1:172.21.15.162:6809/3864137360]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:19:16.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.069583+0000 mon.smithi073 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:19:16.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:13.386489+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:16.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:13.386535+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:16.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.335822+0000 mon.smithi073 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:16.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:15.339067+0000 mon.smithi073 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.162:6800/663803323,v1:172.21.15.162:6801/663803323] boot 2023-11-15T05:19:16.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.339109+0000 mon.smithi073 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T05:19:16.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:15.339152+0000 mon.smithi073 (mon.0) 374 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T05:19:16.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.339440+0000 mon.smithi073 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:19:16.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.339689+0000 mon.smithi073 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:16.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.339829+0000 mon.smithi073 (mon.0) 377 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T05:19:16.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.340012+0000 mon.smithi073 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:16.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.340163+0000 mon.smithi073 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:16.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.340283+0000 mon.smithi073 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:16.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.343140+0000 mon.smithi073 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:16.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.343275+0000 mon.smithi073 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:16.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.343399+0000 mon.smithi073 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:16.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.806409+0000 mon.smithi073 (mon.0) 384 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:16.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.807038+0000 mon.smithi073 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T05:19:16.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:15.807536+0000 mon.smithi073 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:16.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.069164+0000 mon.smithi162 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/3864137360,v1:172.21.15.162:6809/3864137360]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:19:16.670 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.069583+0000 mon.smithi073 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:19:17.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:15.802842+0000 mgr.smithi073.qftnkv (mgr.14182) 82 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:17.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:15.807967+0000 mgr.smithi073.qftnkv (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.5 on smithi073 2023-11-15T05:19:17.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.343150+0000 mon.smithi073 (mon.0) 388 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T05:19:17.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.343206+0000 mon.smithi073 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T05:19:17.417 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:16.343244+0000 mon.smithi073 (mon.0) 390 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T05:19:17.417 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.343736+0000 mon.smithi162 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/3864137360,v1:172.21.15.162:6809/3864137360]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:17.417 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.343952+0000 mon.smithi073 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:17.417 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.344292+0000 mon.smithi073 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:17.417 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.344501+0000 mon.smithi073 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:17.417 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.344973+0000 mon.smithi073 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:17.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.345185+0000 mon.smithi073 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:17.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.345360+0000 mon.smithi073 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:17.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.345539+0000 mon.smithi073 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:17.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.345710+0000 mon.smithi073 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:17.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.350602+0000 mon.smithi073 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:17.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.448801+0000 mon.smithi073 (mon.0) 400 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:17.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.449431+0000 mon.smithi073 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T05:19:17.420 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:16.449937+0000 mon.smithi073 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:17.420 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:16.450384+0000 mgr.smithi073.qftnkv (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.6 on smithi162 2023-11-15T05:19:17.420 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.344400+0000 mon.smithi073 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T05:19:17.420 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:17.344517+0000 mon.smithi073 (mon.0) 404 : cluster [INF] osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791] boot 2023-11-15T05:19:17.421 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:17.344552+0000 mon.smithi073 (mon.0) 405 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-15T05:19:17.421 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.344895+0000 mon.smithi073 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:17.421 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.345198+0000 mon.smithi073 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:17.422 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.345411+0000 mon.smithi073 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:17.422 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.345603+0000 mon.smithi073 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:17.422 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.345794+0000 mon.smithi073 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:17.422 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.345939+0000 mon.smithi073 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:17.423 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.346074+0000 mon.smithi073 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:17.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:15.802842+0000 mgr.smithi073.qftnkv (mgr.14182) 82 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:19:17.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:15.807967+0000 mgr.smithi073.qftnkv (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.5 on smithi073 2023-11-15T05:19:17.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.343150+0000 mon.smithi073 (mon.0) 388 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T05:19:17.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.343206+0000 mon.smithi073 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T05:19:17.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:16.343244+0000 mon.smithi073 (mon.0) 390 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T05:19:17.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.343736+0000 mon.smithi162 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/3864137360,v1:172.21.15.162:6809/3864137360]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:17.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.343952+0000 mon.smithi073 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:17.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.344292+0000 mon.smithi073 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:17.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.344501+0000 mon.smithi073 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:17.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.344973+0000 mon.smithi073 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:17.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.345185+0000 mon.smithi073 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:17.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.345360+0000 mon.smithi073 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:17.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.345539+0000 mon.smithi073 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:17.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.345710+0000 mon.smithi073 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:17.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.350602+0000 mon.smithi073 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:17.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.448801+0000 mon.smithi073 (mon.0) 400 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:17.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.449431+0000 mon.smithi073 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T05:19:17.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:16.449937+0000 mon.smithi073 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:17.501 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:16.450384+0000 mgr.smithi073.qftnkv (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.6 on smithi162 2023-11-15T05:19:17.501 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.344400+0000 mon.smithi073 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T05:19:17.501 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:17.344517+0000 mon.smithi073 (mon.0) 404 : cluster [INF] osd.1 [v2:172.21.15.73:6802/71627791,v1:172.21.15.73:6803/71627791] boot 2023-11-15T05:19:17.501 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:17.344552+0000 mon.smithi073 (mon.0) 405 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-15T05:19:17.501 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.344895+0000 mon.smithi073 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:19:17.502 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.345198+0000 mon.smithi073 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:17.502 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.345411+0000 mon.smithi073 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:17.502 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.345603+0000 mon.smithi073 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:17.502 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.345794+0000 mon.smithi073 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:17.502 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.345939+0000 mon.smithi073 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:17.503 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.346074+0000 mon.smithi073 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:17.616 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:18.094 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":18,"num_osds":8,"num_up_osds":2,"osd_up_since":1700025557,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":0} 2023-11-15T05:19:18.649 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:15.871516+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:18.649 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:15.871579+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:18.649 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.349682+0000 mon.smithi073 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:18.649 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:17.616607+0000 mon.smithi073 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.73:0/4185020644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:18.650 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:18.349481+0000 mon.smithi073 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:18.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:15.871516+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:18.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:15.871579+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:18.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.349682+0000 mon.smithi073 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:18.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:17.616607+0000 mon.smithi073 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.73:0/4185020644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:18.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:18.349481+0000 mon.smithi073 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:19.096 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:19.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:17.073413+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:19.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:17.073491+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:19.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:17.803126+0000 mgr.smithi073.qftnkv (mgr.14182) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T05:19:19.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:18.353727+0000 mon.smithi073 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.162:6808/3864137360,v1:172.21.15.162:6809/3864137360] boot 2023-11-15T05:19:19.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:18.353768+0000 mon.smithi073 (mon.0) 417 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-11-15T05:19:19.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:18.354092+0000 mon.smithi073 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:19.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:18.354352+0000 mon.smithi073 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:19.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:18.354523+0000 mon.smithi073 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:19.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:18.354647+0000 mon.smithi073 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:19.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:18.357400+0000 mon.smithi073 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:19.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:18.357538+0000 mon.smithi073 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:18.357740+0000 mon.smithi073 (mon.0) 424 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T05:19:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.000726+0000 mon.smithi073 (mon.0) 425 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T05:19:19.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:17.073413+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:19.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:17.073491+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:19.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:17.803126+0000 mgr.smithi073.qftnkv (mgr.14182) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T05:19:19.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:18.353727+0000 mon.smithi073 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.162:6808/3864137360,v1:172.21.15.162:6809/3864137360] boot 2023-11-15T05:19:19.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:18.353768+0000 mon.smithi073 (mon.0) 417 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-11-15T05:19:19.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:18.354092+0000 mon.smithi073 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:19:19.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:18.354352+0000 mon.smithi073 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:19.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:18.354523+0000 mon.smithi073 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:19.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:18.354647+0000 mon.smithi073 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:19.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:18.357400+0000 mon.smithi073 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:19.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:18.357538+0000 mon.smithi073 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:19.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:18.357740+0000 mon.smithi073 (mon.0) 424 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T05:19:19.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.000726+0000 mon.smithi073 (mon.0) 425 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T05:19:20.646 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.366051+0000 mon.smithi073 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T05:19:20.646 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.366124+0000 mon.smithi073 (mon.0) 427 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T05:19:20.646 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:19.366168+0000 mon.smithi073 (mon.0) 428 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-11-15T05:19:20.646 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.366291+0000 mon.smithi073 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:20.647 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.366673+0000 mon.smithi073 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:20.647 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.366914+0000 mon.smithi073 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T05:19:20.647 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.367237+0000 mon.smithi073 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:20.647 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.367465+0000 mon.smithi073 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:20.648 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.367645+0000 mon.smithi073 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:20.648 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.368175+0000 mon.smithi073 (mon.0) 435 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T05:19:20.648 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.670642+0000 mon.smithi162 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3313064770,v1:172.21.15.162:6817/3313064770]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:19:20.648 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:19.671026+0000 mon.smithi073 (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:19:20.649 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.264549+0000 mon.smithi073 (mon.0) 437 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:20.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.366051+0000 mon.smithi073 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T05:19:20.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.366124+0000 mon.smithi073 (mon.0) 427 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T05:19:20.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:19.366168+0000 mon.smithi073 (mon.0) 428 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-11-15T05:19:20.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.366291+0000 mon.smithi073 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:20.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.366673+0000 mon.smithi073 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:20.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.366914+0000 mon.smithi073 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T05:19:20.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.367237+0000 mon.smithi073 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:20.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.367465+0000 mon.smithi073 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:20.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.367645+0000 mon.smithi073 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:20.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.368175+0000 mon.smithi073 (mon.0) 435 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T05:19:20.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.670642+0000 mon.smithi162 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3313064770,v1:172.21.15.162:6817/3313064770]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:19:20.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:19.671026+0000 mon.smithi073 (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:19:20.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.264549+0000 mon.smithi073 (mon.0) 437 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:20.772 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:21.195 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1700025558,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":0} 2023-11-15T05:19:21.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:19.803518+0000 mgr.smithi073.qftnkv (mgr.14182) 86 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:19:21.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.370913+0000 mon.smithi073 (mon.0) 438 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T05:19:21.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.371002+0000 mon.smithi073 (mon.0) 439 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T05:19:21.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.371062+0000 mon.smithi073 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T05:19:21.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:20.371140+0000 mon.smithi073 (mon.0) 441 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T05:19:21.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.371710+0000 mon.smithi073 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:21.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.372179+0000 mon.smithi073 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:21.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.372784+0000 mon.smithi073 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:21.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.373058+0000 mon.smithi073 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:21.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.373291+0000 mon.smithi073 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:21.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.373596+0000 mon.smithi162 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3313064770,v1:172.21.15.162:6817/3313064770]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:21.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.373918+0000 mon.smithi073 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:21.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.375665+0000 mon.smithi073 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:21.670 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.771383+0000 mon.smithi073 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.73:0/4221578686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:21.670 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.864603+0000 mon.smithi073 (mon.0) 450 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:21.670 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.865283+0000 mon.smithi073 (mon.0) 451 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T05:19:21.670 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:20.865815+0000 mon.smithi073 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:21.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:19.803518+0000 mgr.smithi073.qftnkv (mgr.14182) 86 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:19:21.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.370913+0000 mon.smithi073 (mon.0) 438 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T05:19:21.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.371002+0000 mon.smithi073 (mon.0) 439 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T05:19:21.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.371062+0000 mon.smithi073 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T05:19:21.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:20.371140+0000 mon.smithi073 (mon.0) 441 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T05:19:21.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.371710+0000 mon.smithi073 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:21.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.372179+0000 mon.smithi073 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:21.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.372784+0000 mon.smithi073 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:21.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.373058+0000 mon.smithi073 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:21.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.373291+0000 mon.smithi073 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:21.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.373596+0000 mon.smithi162 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3313064770,v1:172.21.15.162:6817/3313064770]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:21.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.373918+0000 mon.smithi073 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:21.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.375665+0000 mon.smithi073 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:21.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.771383+0000 mon.smithi073 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.73:0/4221578686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:21.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.864603+0000 mon.smithi073 (mon.0) 450 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:21.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.865283+0000 mon.smithi073 (mon.0) 451 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T05:19:21.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:20.865815+0000 mon.smithi073 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:22.197 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:22.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:20.039776+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:22.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:20.039851+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:22.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:20.866270+0000 mgr.smithi073.qftnkv (mgr.14182) 87 : cephadm [INF] Deploying daemon osd.7 on smithi073 2023-11-15T05:19:22.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:21.371018+0000 mon.smithi073 (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T05:19:22.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:21.371126+0000 mon.smithi073 (mon.0) 454 : cluster [INF] osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166] boot 2023-11-15T05:19:22.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:21.371161+0000 mon.smithi073 (mon.0) 455 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-11-15T05:19:22.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:21.371621+0000 mon.smithi073 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:22.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:21.371860+0000 mon.smithi073 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:22.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:21.372059+0000 mon.smithi073 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:22.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:21.372238+0000 mon.smithi073 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:22.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:21.375419+0000 mon.smithi073 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:22.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:21.375734+0000 mon.smithi073 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:22.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:22.295500+0000 mon.smithi073 (mon.0) 462 : cluster [INF] osd.4 [v2:172.21.15.162:6816/3313064770,v1:172.21.15.162:6817/3313064770] boot 2023-11-15T05:19:22.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:22.295545+0000 mon.smithi073 (mon.0) 463 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-11-15T05:19:22.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:22.296345+0000 mon.smithi073 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:22.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:22.296781+0000 mon.smithi073 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:22.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:22.298888+0000 mon.smithi073 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:22.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:22.299027+0000 mon.smithi073 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:22.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:22.332188+0000 mon.smithi073 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:22.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:20.039776+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:22.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:20.039851+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:22.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:20.866270+0000 mgr.smithi073.qftnkv (mgr.14182) 87 : cephadm [INF] Deploying daemon osd.7 on smithi073 2023-11-15T05:19:22.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:21.371018+0000 mon.smithi073 (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T05:19:22.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:21.371126+0000 mon.smithi073 (mon.0) 454 : cluster [INF] osd.3 [v2:172.21.15.73:6810/3970837166,v1:172.21.15.73:6811/3970837166] boot 2023-11-15T05:19:22.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:21.371161+0000 mon.smithi073 (mon.0) 455 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-11-15T05:19:22.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:21.371621+0000 mon.smithi073 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:19:22.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:21.371860+0000 mon.smithi073 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:22.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:21.372059+0000 mon.smithi073 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:22.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:21.372238+0000 mon.smithi073 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:22.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:21.375419+0000 mon.smithi073 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:22.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:21.375734+0000 mon.smithi073 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:22.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:22.295500+0000 mon.smithi073 (mon.0) 462 : cluster [INF] osd.4 [v2:172.21.15.162:6816/3313064770,v1:172.21.15.162:6817/3313064770] boot 2023-11-15T05:19:22.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:22.295545+0000 mon.smithi073 (mon.0) 463 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-11-15T05:19:22.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:22.296345+0000 mon.smithi073 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:19:22.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:22.296781+0000 mon.smithi073 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:22.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:22.298888+0000 mon.smithi073 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:22.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:22.299027+0000 mon.smithi073 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:22.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:22.332188+0000 mon.smithi073 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:23.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:20.708624+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:23.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:20.708713+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:23.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:21.803989+0000 mgr.smithi073.qftnkv (mgr.14182) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T05:19:23.516 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:23.301080+0000 mon.smithi073 (mon.0) 469 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-11-15T05:19:23.516 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:23.301199+0000 mon.smithi073 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:23.516 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:23.301405+0000 mon.smithi073 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:23.516 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:23.301581+0000 mon.smithi073 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:23.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:20.708624+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:23.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:20.708713+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:23.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:21.803989+0000 mgr.smithi073.qftnkv (mgr.14182) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T05:19:23.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:23.301080+0000 mon.smithi073 (mon.0) 469 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-11-15T05:19:23.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:23.301199+0000 mon.smithi073 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:23.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:23.301405+0000 mon.smithi073 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:23.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:23.301581+0000 mon.smithi073 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:23.957 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:24.330 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1700025562,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":0} 2023-11-15T05:19:24.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:23.422259+0000 mon.smithi073 (mon.0) 473 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:19:24.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:23.956914+0000 mon.smithi073 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.73:0/1870697340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:24.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:24.070172+0000 mon.smithi073 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:19:24.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:23.422259+0000 mon.smithi073 (mon.0) 473 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:19:24.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:23.956914+0000 mon.smithi073 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.73:0/1870697340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:24.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:24.070172+0000 mon.smithi073 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:19:25.331 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:25.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:23.804297+0000 mgr.smithi073.qftnkv (mgr.14182) 89 : cluster [DBG] pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:19:25.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:24.386761+0000 mon.smithi073 (mon.0) 476 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T05:19:25.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:24.386814+0000 mon.smithi073 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T05:19:25.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:24.386853+0000 mon.smithi073 (mon.0) 478 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-11-15T05:19:25.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:24.386976+0000 mon.smithi073 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:25.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:24.387390+0000 mon.smithi073 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:25.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:24.387615+0000 mon.smithi073 (mon.0) 481 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:25.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:24.387915+0000 mon.smithi073 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T05:19:25.644 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:24.388204+0000 mon.smithi073 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:25.644 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:24.936039+0000 mon.smithi073 (mon.0) 484 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:25.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:23.804297+0000 mgr.smithi073.qftnkv (mgr.14182) 89 : cluster [DBG] pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:19:25.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:24.386761+0000 mon.smithi073 (mon.0) 476 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T05:19:25.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:24.386814+0000 mon.smithi073 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T05:19:25.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:24.386853+0000 mon.smithi073 (mon.0) 478 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-11-15T05:19:25.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:24.386976+0000 mon.smithi073 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:25.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:24.387390+0000 mon.smithi073 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:25.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:24.387615+0000 mon.smithi073 (mon.0) 481 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T05:19:25.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:24.387915+0000 mon.smithi073 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T05:19:25.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:24.388204+0000 mon.smithi073 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:25.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:24.936039+0000 mon.smithi073 (mon.0) 484 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:26.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:25.392448+0000 mon.smithi073 (mon.0) 485 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T05:19:26.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:25.392503+0000 mon.smithi073 (mon.0) 486 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T05:19:26.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:25.392542+0000 mon.smithi073 (mon.0) 487 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-15T05:19:26.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:25.393488+0000 mon.smithi073 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:26.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:25.393901+0000 mon.smithi073 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:26.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:25.397733+0000 mon.smithi073 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:26.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:25.398251+0000 mon.smithi073 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:26.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:25.398454+0000 mon.smithi073 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:26.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:25.392448+0000 mon.smithi073 (mon.0) 485 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T05:19:26.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:25.392503+0000 mon.smithi073 (mon.0) 486 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T05:19:26.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:25.392542+0000 mon.smithi073 (mon.0) 487 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-15T05:19:26.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:25.393488+0000 mon.smithi073 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:26.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:25.393901+0000 mon.smithi073 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:26.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:25.397733+0000 mon.smithi073 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:26.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:25.398251+0000 mon.smithi073 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:26.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:25.398454+0000 mon.smithi073 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:27.282 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:27.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:24.450754+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:27.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:24.450834+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:27.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:25.105513+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:27.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:25.105557+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:27.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:25.804580+0000 mgr.smithi073.qftnkv (mgr.14182) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:19:27.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:26.398564+0000 mon.smithi073 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:27.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:26.398727+0000 mon.smithi073 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:27.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:26.402258+0000 mon.smithi073 (mon.0) 495 : cluster [INF] osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209] boot 2023-11-15T05:19:27.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:26.402289+0000 mon.smithi073 (mon.0) 496 : cluster [INF] osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342] boot 2023-11-15T05:19:27.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:26.402310+0000 mon.smithi073 (mon.0) 497 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-11-15T05:19:27.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:26.402624+0000 mon.smithi073 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:27.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:26.403178+0000 mon.smithi073 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:27.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:26.403477+0000 mon.smithi073 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:27.644 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:27.281582+0000 mon.smithi073 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.73:0/3854833754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:24.450754+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:24.450834+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:25.105513+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:27.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:25.105557+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:27.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:25.804580+0000 mgr.smithi073.qftnkv (mgr.14182) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:19:27.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:26.398564+0000 mon.smithi073 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:27.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:26.398727+0000 mon.smithi073 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:27.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:26.402258+0000 mon.smithi073 (mon.0) 495 : cluster [INF] osd.5 [v2:172.21.15.73:6818/3765581209,v1:172.21.15.73:6819/3765581209] boot 2023-11-15T05:19:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:26.402289+0000 mon.smithi073 (mon.0) 496 : cluster [INF] osd.6 [v2:172.21.15.162:6824/715912342,v1:172.21.15.162:6825/715912342] boot 2023-11-15T05:19:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:26.402310+0000 mon.smithi073 (mon.0) 497 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-11-15T05:19:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:26.402624+0000 mon.smithi073 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:19:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:26.403178+0000 mon.smithi073 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:19:27.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:26.403477+0000 mon.smithi073 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:27.668 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:27.281582+0000 mon.smithi073 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.73:0/3854833754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:27.725 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":27,"num_osds":8,"num_up_osds":7,"osd_up_since":1700025566,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":0} 2023-11-15T05:19:28.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:27.412936+0000 mon.smithi073 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-11-15T05:19:28.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:27.413050+0000 mon.smithi073 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:28.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:27.420277+0000 mon.smithi073 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:28.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:27.421982+0000 mon.smithi073 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:19:28.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:28.119720+0000 mon.smithi073 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T05:19:28.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:27.412936+0000 mon.smithi073 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-11-15T05:19:28.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:27.413050+0000 mon.smithi073 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:28.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:27.420277+0000 mon.smithi073 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:28.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:27.421982+0000 mon.smithi073 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:19:28.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:28.119720+0000 mon.smithi073 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T05:19:28.726 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:19:29.761 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:27.805067+0000 mgr.smithi073.qftnkv (mgr.14182) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:19:29.762 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:28.423672+0000 mon.smithi073 (mon.0) 507 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T05:19:29.762 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:28.423721+0000 mon.smithi073 (mon.0) 508 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-11-15T05:19:29.762 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:28.423849+0000 mon.smithi073 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:29.762 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:28.424239+0000 mon.smithi073 (mon.0) 510 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T05:19:29.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:28.693541+0000 mon.smithi073 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:27.805067+0000 mgr.smithi073.qftnkv (mgr.14182) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:19:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:28.423672+0000 mon.smithi073 (mon.0) 507 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T05:19:29.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:28.423721+0000 mon.smithi073 (mon.0) 508 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-11-15T05:19:29.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:28.423849+0000 mon.smithi073 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:29.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:28.424239+0000 mon.smithi073 (mon.0) 510 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T05:19:29.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:28.693541+0000 mon.smithi073 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:30.558 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:30.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:29.426249+0000 mon.smithi073 (mon.0) 512 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T05:19:30.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:29.426307+0000 mon.smithi073 (mon.0) 513 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-11-15T05:19:30.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:29.426666+0000 mon.smithi073 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:30.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:29.431635+0000 mon.smithi073 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:30.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:29.426249+0000 mon.smithi073 (mon.0) 512 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T05:19:30.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:29.426307+0000 mon.smithi073 (mon.0) 513 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-11-15T05:19:30.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:29.426666+0000 mon.smithi073 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:30.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:29.431635+0000 mon.smithi073 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:30.994 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1700025570,"num_in_osds":8,"osd_in_since":1700025540,"num_remapped_pgs":1} 2023-11-15T05:19:30.995 INFO:tasks.cephadm:Setting up client nodes... 2023-11-15T05:19:30.996 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T05:19:31.572 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:29.122228+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:31.572 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:29.122275+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:31.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:29.805365+0000 mgr.smithi073.qftnkv (mgr.14182) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:19:31.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:30.429497+0000 mon.smithi073 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:31.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:30.437177+0000 mon.smithi073 (mon.0) 517 : cluster [INF] osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266] boot 2023-11-15T05:19:31.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:30.437212+0000 mon.smithi073 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-11-15T05:19:31.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:30.437353+0000 mon.smithi073 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:31.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:30.557929+0000 mon.smithi073 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.73:0/2018263629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:31.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:30.575001+0000 mon.smithi073 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:31.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:31.233807+0000 mon.smithi073 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:29.122228+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:19:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:29.122275+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:19:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:29.805365+0000 mgr.smithi073.qftnkv (mgr.14182) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:19:31.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:30.429497+0000 mon.smithi073 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:31.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:30.437177+0000 mon.smithi073 (mon.0) 517 : cluster [INF] osd.7 [v2:172.21.15.73:6826/3360965266,v1:172.21.15.73:6827/3360965266] boot 2023-11-15T05:19:31.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:30.437212+0000 mon.smithi073 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-11-15T05:19:31.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:30.437353+0000 mon.smithi073 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:19:31.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:30.557929+0000 mon.smithi073 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.73:0/2018263629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:19:31.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:30.575001+0000 mon.smithi073 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:31.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:31.233807+0000 mon.smithi073 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:32.900 INFO:teuthology.orchestra.run.smithi073.stdout:[client.0] 2023-11-15T05:19:32.900 INFO:teuthology.orchestra.run.smithi073.stdout: key = AQDkVFRltAVfNRAARXKhBCJlSOZeJ4pJHJZxnw== 2023-11-15T05:19:32.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:31.228835+0000 mgr.smithi073.qftnkv (mgr.14182) 93 : cephadm [INF] Detected new or changed devices on smithi162 2023-11-15T05:19:32.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:31.441422+0000 mon.smithi073 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-11-15T05:19:32.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:31.516694+0000 mon.smithi073 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:32.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:31.517365+0000 mon.smithi073 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:32.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:31.517917+0000 mon.smithi073 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:32.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:31.518488+0000 mon.smithi073 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:32.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:31.518994+0000 mgr.smithi073.qftnkv (mgr.14182) 94 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 3992M 2023-11-15T05:19:32.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:31.523618+0000 mon.smithi073 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:32.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:31.228835+0000 mgr.smithi073.qftnkv (mgr.14182) 93 : cephadm [INF] Detected new or changed devices on smithi162 2023-11-15T05:19:32.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:31.441422+0000 mon.smithi073 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-11-15T05:19:32.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:31.516694+0000 mon.smithi073 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:32.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:31.517365+0000 mon.smithi073 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:32.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:31.517917+0000 mon.smithi073 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:32.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:31.518488+0000 mon.smithi073 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:32.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:31.518994+0000 mgr.smithi073.qftnkv (mgr.14182) 94 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 3992M 2023-11-15T05:19:32.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:31.523618+0000 mon.smithi073 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:33.269 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:19:33.269 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-15T05:19:33.270 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-15T05:19:33.310 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T05:19:33.523 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:31.805710+0000 mgr.smithi073.qftnkv (mgr.14182) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:33.523 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:32.443356+0000 mon.smithi073 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-11-15T05:19:33.523 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:32.895269+0000 mon.smithi073 (mon.0) 530 : audit [INF] from='client.? 172.21.15.73:0/231158136' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:19:33.523 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:32.898775+0000 mon.smithi073 (mon.0) 531 : audit [INF] from='client.? 172.21.15.73:0/231158136' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:19:33.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:31.805710+0000 mgr.smithi073.qftnkv (mgr.14182) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:33.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:32.443356+0000 mon.smithi073 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-11-15T05:19:33.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:32.895269+0000 mon.smithi073 (mon.0) 530 : audit [INF] from='client.? 172.21.15.73:0/231158136' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:19:33.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:32.898775+0000 mon.smithi073 (mon.0) 531 : audit [INF] from='client.? 172.21.15.73:0/231158136' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:19:34.850 INFO:teuthology.orchestra.run.smithi162.stdout:[client.1] 2023-11-15T05:19:34.851 INFO:teuthology.orchestra.run.smithi162.stdout: key = AQDmVFRlN3aDMhAAEdOs1XUtgHZQ9CPr0KF8FQ== 2023-11-15T05:19:34.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:33.800708+0000 mgr.smithi073.qftnkv (mgr.14182) 96 : cephadm [INF] Detected new or changed devices on smithi073 2023-11-15T05:19:34.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:33.805914+0000 mon.smithi073 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:34.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:33.805975+0000 mgr.smithi073.qftnkv (mgr.14182) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:34.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.088338+0000 mon.smithi073 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:34.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.088951+0000 mon.smithi073 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:34.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.089428+0000 mon.smithi073 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:34.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.089875+0000 mon.smithi073 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:34.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:19:34.090243+0000 mgr.smithi073.qftnkv (mgr.14182) 98 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 3224M 2023-11-15T05:19:34.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.096101+0000 mon.smithi073 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:34.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.096917+0000 mon.smithi073 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:34.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.097479+0000 mon.smithi073 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:19:34.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.101170+0000 mon.smithi073 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:34.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.104421+0000 mon.smithi073 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:19:34.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.107054+0000 mon.smithi073 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:19:34.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.107994+0000 mon.smithi073 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:19:34.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.108207+0000 mon.smithi073 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:34.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.108659+0000 mon.smithi073 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:35.126 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:33.800708+0000 mgr.smithi073.qftnkv (mgr.14182) 96 : cephadm [INF] Detected new or changed devices on smithi073 2023-11-15T05:19:35.127 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:33.805914+0000 mon.smithi073 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:35.127 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:33.805975+0000 mgr.smithi073.qftnkv (mgr.14182) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:35.127 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.088338+0000 mon.smithi073 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:35.127 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.088951+0000 mon.smithi073 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:35.127 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.089428+0000 mon.smithi073 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:35.128 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.089875+0000 mon.smithi073 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:19:35.128 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:19:34.090243+0000 mgr.smithi073.qftnkv (mgr.14182) 98 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 3224M 2023-11-15T05:19:35.128 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.096101+0000 mon.smithi073 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:35.128 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.096917+0000 mon.smithi073 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:35.129 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.097479+0000 mon.smithi073 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:19:35.129 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.101170+0000 mon.smithi073 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:35.129 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.104421+0000 mon.smithi073 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:19:35.130 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.107054+0000 mon.smithi073 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:19:35.130 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.107994+0000 mon.smithi073 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:19:35.131 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.108207+0000 mon.smithi073 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:35.131 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.108659+0000 mon.smithi073 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:19:35.407 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:19:35.407 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-15T05:19:35.408 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-15T05:19:35.448 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:19:35.731 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:36.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.846819+0000 mon.smithi162 (mon.1) 16 : audit [INF] from='client.? 172.21.15.162:0/1900515185' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:19:36.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.847341+0000 mon.smithi073 (mon.0) 546 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:19:36.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:34.850117+0000 mon.smithi073 (mon.0) 547 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:19:36.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.846819+0000 mon.smithi162 (mon.1) 16 : audit [INF] from='client.? 172.21.15.162:0/1900515185' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:19:36.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.847341+0000 mon.smithi073 (mon.0) 546 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:19:36.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:34.850117+0000 mon.smithi073 (mon.0) 547 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:19:37.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:35.806325+0000 mgr.smithi073.qftnkv (mgr.14182) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:37.131 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:37.132 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":33,"fsid":"0b56be78-8376-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:16:33.659624+0000","modified":"2023-11-15T05:19:32.439259+0000","last_up_change":"2023-11-15T05:19:30.429086+0000","last_in_change":"2023-11-15T05:19:00.258340+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T05:19:18.619562+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":"c4ee5c4b-360f-4665-bbf8-5dd4d03e162f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6801","nonce":663803323}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6803","nonce":663803323}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6807","nonce":663803323}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6805","nonce":663803323}]},"public_addr":"172.21.15.162:6801/663803323","cluster_addr":"172.21.15.162:6803/663803323","heartbeat_back_addr":"172.21.15.162:6807/663803323","heartbeat_front_addr":"172.21.15.162:6805/663803323","state":["exists","up"]},{"osd":1,"uuid":"6861938d-f4c1-4d99-9d98-48cc92add40b","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.73:6802","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6803","nonce":71627791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6805","nonce":71627791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6809","nonce":71627791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6807","nonce":71627791}]},"public_addr":"172.21.15.73:6803/71627791","cluster_addr":"172.21.15.73:6805/71627791","heartbeat_back_addr":"172.21.15.73:6809/71627791","heartbeat_front_addr":"172.21.15.73:6807/71627791","state":["exists","up"]},{"osd":2,"uuid":"11eec7ec-e5be-4ea9-97d9-b9650154b2a1","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.162:6808","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6809","nonce":3864137360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6811","nonce":3864137360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6815","nonce":3864137360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6813","nonce":3864137360}]},"public_addr":"172.21.15.162:6809/3864137360","cluster_addr":"172.21.15.162:6811/3864137360","heartbeat_back_addr":"172.21.15.162:6815/3864137360","heartbeat_front_addr":"172.21.15.162:6813/3864137360","state":["exists","up"]},{"osd":3,"uuid":"bfd34e79-3418-4764-a7e7-d35c51a06309","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.73:6810","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6811","nonce":3970837166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6813","nonce":3970837166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6817","nonce":3970837166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6815","nonce":3970837166}]},"public_addr":"172.21.15.73:6811/3970837166","cluster_addr":"172.21.15.73:6813/3970837166","heartbeat_back_addr":"172.21.15.73:6817/3970837166","heartbeat_front_addr":"172.21.15.73:6815/3970837166","state":["exists","up"]},{"osd":4,"uuid":"2c69d705-ef90-435d-8483-0b785a725160","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.162:6816","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6817","nonce":3313064770}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6819","nonce":3313064770}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6823","nonce":3313064770}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6821","nonce":3313064770}]},"public_addr":"172.21.15.162:6817/3313064770","cluster_addr":"172.21.15.162:6819/3313064770","heartbeat_back_addr":"172.21.15.162:6823/3313064770","heartbeat_front_addr":"172.21.15.162:6821/3313064770","state":["exists","up"]},{"osd":5,"uuid":"d1c31e93-7297-4dae-95b1-2aeed7ebc369","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.73:6818","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6819","nonce":3765581209}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6821","nonce":3765581209}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6825","nonce":3765581209}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6823","nonce":3765581209}]},"public_addr":"172.21.15.73:6819/3765581209","cluster_addr":"172.21.15.73:6821/3765581209","heartbeat_back_addr":"172.21.15.73:6825/3765581209","heartbeat_front_addr":"172.21.15.73:6823/3765581209","state":["exists","up"]},{"osd":6,"uuid":"e14e603f-a718-4992-b0c3-c9dff7ebb188","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.162:6824","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6825","nonce":715912342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6827","nonce":715912342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6831","nonce":715912342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6829","nonce":715912342}]},"public_addr":"172.21.15.162:6825/715912342","cluster_addr":"172.21.15.162:6827/715912342","heartbeat_back_addr":"172.21.15.162:6831/715912342","heartbeat_front_addr":"172.21.15.162:6829/715912342","state":["exists","up"]},{"osd":7,"uuid":"f2d2b2d8-a39e-4c88-ae2a-6d47c39d5e2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6827","nonce":3360965266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6829","nonce":3360965266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6833","nonce":3360965266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6831","nonce":3360965266}]},"public_addr":"172.21.15.73:6827/3360965266","cluster_addr":"172.21.15.73:6829/3360965266","heartbeat_back_addr":"172.21.15.73:6833/3360965266","heartbeat_front_addr":"172.21.15.73:6831/3360965266","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:13.386537+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:15.871583+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:17.073494+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:20.039869+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:20.708715+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:25.105560+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:24.450839+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:29.122277+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:0/1412879595":"2023-11-16T05:17:51.785918+0000","172.21.15.73:6801/1585800362":"2023-11-16T05:17:51.785918+0000","172.21.15.73:6800/1585800362":"2023-11-16T05:17:51.785918+0000","172.21.15.73:0/2999750953":"2023-11-16T05:17:51.785918+0000","172.21.15.73:6801/297968009":"2023-11-16T05:17:17.655093+0000","172.21.15.73:0/1519656433":"2023-11-16T05:17:17.655093+0000","172.21.15.73:6800/297968009":"2023-11-16T05:17:17.655093+0000","172.21.15.73:6800/984639009":"2023-11-16T05:16:55.602444+0000","172.21.15.73:0/1352935692":"2023-11-16T05:17:17.655093+0000","172.21.15.73:6801/984639009":"2023-11-16T05:16:55.602444+0000","172.21.15.73:0/666222743":"2023-11-16T05:16:55.602444+0000","172.21.15.73:0/3021065682":"2023-11-16T05:16:55.602444+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T05:19:37.148 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:35.806325+0000 mgr.smithi073.qftnkv (mgr.14182) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:37.607 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-15T05:19:18.619562+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '25', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-15T05:19:37.608 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-15T05:19:37.874 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:37.130312+0000 mon.smithi073 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.73:0/1937188778' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:19:37.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:37.130312+0000 mon.smithi073 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.73:0/1937188778' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:19:39.076 INFO:teuthology.orchestra.run.smithi073.stdout:pg_num: 1 2023-11-15T05:19:39.413 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:37.806632+0000 mgr.smithi073.qftnkv (mgr.14182) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:39.414 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:39.076671+0000 mon.smithi073 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.73:0/478509542' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T05:19:39.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:37.806632+0000 mgr.smithi073.qftnkv (mgr.14182) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:39.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:39.076671+0000 mon.smithi073 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.73:0/478509542' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T05:19:39.527 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-15T05:19:39.528 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-15T05:19:39.529 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-15T05:19:39.955 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:41.212 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:41.519 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:39.806987+0000 mgr.smithi073.qftnkv (mgr.14182) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:41.519 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:40.859274+0000 mon.smithi073 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:41.519 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:41.207041+0000 mon.smithi073 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.73:0/2395466723' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T05:19:41.624 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi073.qftnkv","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":1044634827},{"type":"v1","addr":"172.21.15.73:6801","nonce":1044634827}]},"active_addr":"172.21.15.73:6801/1044634827","active_change":"2023-11-15T05:17:51.786060+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi162.zkshzy","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.73:8443/","prometheus":"http://172.21.15.73: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.73:0","nonce":2774521072}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.73:0","nonce":3794912233}]}]} 2023-11-15T05:19:41.628 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-15T05:19:41.629 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-15T05:19:41.629 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:19:41.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:39.806987+0000 mgr.smithi073.qftnkv (mgr.14182) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:41.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:40.859274+0000 mon.smithi073 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:41.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:41.207041+0000 mon.smithi073 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.73:0/2395466723' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T05:19:41.900 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:43.077 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:43.078 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":33,"fsid":"0b56be78-8376-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:16:33.659624+0000","modified":"2023-11-15T05:19:32.439259+0000","last_up_change":"2023-11-15T05:19:30.429086+0000","last_in_change":"2023-11-15T05:19:00.258340+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T05:19:18.619562+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":"c4ee5c4b-360f-4665-bbf8-5dd4d03e162f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6801","nonce":663803323}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6803","nonce":663803323}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6807","nonce":663803323}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6805","nonce":663803323}]},"public_addr":"172.21.15.162:6801/663803323","cluster_addr":"172.21.15.162:6803/663803323","heartbeat_back_addr":"172.21.15.162:6807/663803323","heartbeat_front_addr":"172.21.15.162:6805/663803323","state":["exists","up"]},{"osd":1,"uuid":"6861938d-f4c1-4d99-9d98-48cc92add40b","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.73:6802","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6803","nonce":71627791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6805","nonce":71627791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6809","nonce":71627791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6807","nonce":71627791}]},"public_addr":"172.21.15.73:6803/71627791","cluster_addr":"172.21.15.73:6805/71627791","heartbeat_back_addr":"172.21.15.73:6809/71627791","heartbeat_front_addr":"172.21.15.73:6807/71627791","state":["exists","up"]},{"osd":2,"uuid":"11eec7ec-e5be-4ea9-97d9-b9650154b2a1","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.162:6808","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6809","nonce":3864137360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6811","nonce":3864137360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6815","nonce":3864137360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6813","nonce":3864137360}]},"public_addr":"172.21.15.162:6809/3864137360","cluster_addr":"172.21.15.162:6811/3864137360","heartbeat_back_addr":"172.21.15.162:6815/3864137360","heartbeat_front_addr":"172.21.15.162:6813/3864137360","state":["exists","up"]},{"osd":3,"uuid":"bfd34e79-3418-4764-a7e7-d35c51a06309","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.73:6810","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6811","nonce":3970837166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6813","nonce":3970837166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6817","nonce":3970837166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6815","nonce":3970837166}]},"public_addr":"172.21.15.73:6811/3970837166","cluster_addr":"172.21.15.73:6813/3970837166","heartbeat_back_addr":"172.21.15.73:6817/3970837166","heartbeat_front_addr":"172.21.15.73:6815/3970837166","state":["exists","up"]},{"osd":4,"uuid":"2c69d705-ef90-435d-8483-0b785a725160","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.162:6816","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6817","nonce":3313064770}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6819","nonce":3313064770}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6823","nonce":3313064770}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6821","nonce":3313064770}]},"public_addr":"172.21.15.162:6817/3313064770","cluster_addr":"172.21.15.162:6819/3313064770","heartbeat_back_addr":"172.21.15.162:6823/3313064770","heartbeat_front_addr":"172.21.15.162:6821/3313064770","state":["exists","up"]},{"osd":5,"uuid":"d1c31e93-7297-4dae-95b1-2aeed7ebc369","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.73:6818","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6819","nonce":3765581209}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6821","nonce":3765581209}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6825","nonce":3765581209}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6823","nonce":3765581209}]},"public_addr":"172.21.15.73:6819/3765581209","cluster_addr":"172.21.15.73:6821/3765581209","heartbeat_back_addr":"172.21.15.73:6825/3765581209","heartbeat_front_addr":"172.21.15.73:6823/3765581209","state":["exists","up"]},{"osd":6,"uuid":"e14e603f-a718-4992-b0c3-c9dff7ebb188","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.162:6824","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6825","nonce":715912342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6827","nonce":715912342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6831","nonce":715912342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6829","nonce":715912342}]},"public_addr":"172.21.15.162:6825/715912342","cluster_addr":"172.21.15.162:6827/715912342","heartbeat_back_addr":"172.21.15.162:6831/715912342","heartbeat_front_addr":"172.21.15.162:6829/715912342","state":["exists","up"]},{"osd":7,"uuid":"f2d2b2d8-a39e-4c88-ae2a-6d47c39d5e2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6827","nonce":3360965266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6829","nonce":3360965266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6833","nonce":3360965266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6831","nonce":3360965266}]},"public_addr":"172.21.15.73:6827/3360965266","cluster_addr":"172.21.15.73:6829/3360965266","heartbeat_back_addr":"172.21.15.73:6833/3360965266","heartbeat_front_addr":"172.21.15.73:6831/3360965266","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:13.386537+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:15.871583+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:17.073494+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:20.039869+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:20.708715+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:25.105560+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:24.450839+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:29.122277+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:0/1412879595":"2023-11-16T05:17:51.785918+0000","172.21.15.73:6801/1585800362":"2023-11-16T05:17:51.785918+0000","172.21.15.73:6800/1585800362":"2023-11-16T05:17:51.785918+0000","172.21.15.73:0/2999750953":"2023-11-16T05:17:51.785918+0000","172.21.15.73:6801/297968009":"2023-11-16T05:17:17.655093+0000","172.21.15.73:0/1519656433":"2023-11-16T05:17:17.655093+0000","172.21.15.73:6800/297968009":"2023-11-16T05:17:17.655093+0000","172.21.15.73:6800/984639009":"2023-11-16T05:16:55.602444+0000","172.21.15.73:0/1352935692":"2023-11-16T05:17:17.655093+0000","172.21.15.73:6801/984639009":"2023-11-16T05:16:55.602444+0000","172.21.15.73:0/666222743":"2023-11-16T05:16:55.602444+0000","172.21.15.73:0/3021065682":"2023-11-16T05:16:55.602444+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T05:19:43.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:41.807322+0000 mgr.smithi073.qftnkv (mgr.14182) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:43.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:41.875429+0000 mon.smithi073 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:43.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:41.807322+0000 mgr.smithi073.qftnkv (mgr.14182) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:43.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:41.875429+0000 mon.smithi073 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:19:43.497 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-15T05:19:43.497 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:19:43.760 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:44.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:43.076749+0000 mon.smithi073 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.73:0/3637772266' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:19:44.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:43.076749+0000 mon.smithi073 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.73:0/3637772266' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:19:44.964 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:19:44.965 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":33,"fsid":"0b56be78-8376-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:16:33.659624+0000","modified":"2023-11-15T05:19:32.439259+0000","last_up_change":"2023-11-15T05:19:30.429086+0000","last_in_change":"2023-11-15T05:19:00.258340+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T05:19:18.619562+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":"c4ee5c4b-360f-4665-bbf8-5dd4d03e162f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6801","nonce":663803323}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6803","nonce":663803323}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6807","nonce":663803323}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":663803323},{"type":"v1","addr":"172.21.15.162:6805","nonce":663803323}]},"public_addr":"172.21.15.162:6801/663803323","cluster_addr":"172.21.15.162:6803/663803323","heartbeat_back_addr":"172.21.15.162:6807/663803323","heartbeat_front_addr":"172.21.15.162:6805/663803323","state":["exists","up"]},{"osd":1,"uuid":"6861938d-f4c1-4d99-9d98-48cc92add40b","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.73:6802","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6803","nonce":71627791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6805","nonce":71627791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6809","nonce":71627791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":71627791},{"type":"v1","addr":"172.21.15.73:6807","nonce":71627791}]},"public_addr":"172.21.15.73:6803/71627791","cluster_addr":"172.21.15.73:6805/71627791","heartbeat_back_addr":"172.21.15.73:6809/71627791","heartbeat_front_addr":"172.21.15.73:6807/71627791","state":["exists","up"]},{"osd":2,"uuid":"11eec7ec-e5be-4ea9-97d9-b9650154b2a1","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.162:6808","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6809","nonce":3864137360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6811","nonce":3864137360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6815","nonce":3864137360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":3864137360},{"type":"v1","addr":"172.21.15.162:6813","nonce":3864137360}]},"public_addr":"172.21.15.162:6809/3864137360","cluster_addr":"172.21.15.162:6811/3864137360","heartbeat_back_addr":"172.21.15.162:6815/3864137360","heartbeat_front_addr":"172.21.15.162:6813/3864137360","state":["exists","up"]},{"osd":3,"uuid":"bfd34e79-3418-4764-a7e7-d35c51a06309","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.73:6810","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6811","nonce":3970837166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6813","nonce":3970837166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6817","nonce":3970837166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":3970837166},{"type":"v1","addr":"172.21.15.73:6815","nonce":3970837166}]},"public_addr":"172.21.15.73:6811/3970837166","cluster_addr":"172.21.15.73:6813/3970837166","heartbeat_back_addr":"172.21.15.73:6817/3970837166","heartbeat_front_addr":"172.21.15.73:6815/3970837166","state":["exists","up"]},{"osd":4,"uuid":"2c69d705-ef90-435d-8483-0b785a725160","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.162:6816","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6817","nonce":3313064770}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6819","nonce":3313064770}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6823","nonce":3313064770}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3313064770},{"type":"v1","addr":"172.21.15.162:6821","nonce":3313064770}]},"public_addr":"172.21.15.162:6817/3313064770","cluster_addr":"172.21.15.162:6819/3313064770","heartbeat_back_addr":"172.21.15.162:6823/3313064770","heartbeat_front_addr":"172.21.15.162:6821/3313064770","state":["exists","up"]},{"osd":5,"uuid":"d1c31e93-7297-4dae-95b1-2aeed7ebc369","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.73:6818","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6819","nonce":3765581209}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6821","nonce":3765581209}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6825","nonce":3765581209}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":3765581209},{"type":"v1","addr":"172.21.15.73:6823","nonce":3765581209}]},"public_addr":"172.21.15.73:6819/3765581209","cluster_addr":"172.21.15.73:6821/3765581209","heartbeat_back_addr":"172.21.15.73:6825/3765581209","heartbeat_front_addr":"172.21.15.73:6823/3765581209","state":["exists","up"]},{"osd":6,"uuid":"e14e603f-a718-4992-b0c3-c9dff7ebb188","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.162:6824","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6825","nonce":715912342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6827","nonce":715912342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6831","nonce":715912342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":715912342},{"type":"v1","addr":"172.21.15.162:6829","nonce":715912342}]},"public_addr":"172.21.15.162:6825/715912342","cluster_addr":"172.21.15.162:6827/715912342","heartbeat_back_addr":"172.21.15.162:6831/715912342","heartbeat_front_addr":"172.21.15.162:6829/715912342","state":["exists","up"]},{"osd":7,"uuid":"f2d2b2d8-a39e-4c88-ae2a-6d47c39d5e2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6827","nonce":3360965266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6829","nonce":3360965266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6833","nonce":3360965266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":3360965266},{"type":"v1","addr":"172.21.15.73:6831","nonce":3360965266}]},"public_addr":"172.21.15.73:6827/3360965266","cluster_addr":"172.21.15.73:6829/3360965266","heartbeat_back_addr":"172.21.15.73:6833/3360965266","heartbeat_front_addr":"172.21.15.73:6831/3360965266","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:13.386537+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:15.871583+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:17.073494+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:20.039869+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:20.708715+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:25.105560+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:24.450839+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:19:29.122277+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:0/1412879595":"2023-11-16T05:17:51.785918+0000","172.21.15.73:6801/1585800362":"2023-11-16T05:17:51.785918+0000","172.21.15.73:6800/1585800362":"2023-11-16T05:17:51.785918+0000","172.21.15.73:0/2999750953":"2023-11-16T05:17:51.785918+0000","172.21.15.73:6801/297968009":"2023-11-16T05:17:17.655093+0000","172.21.15.73:0/1519656433":"2023-11-16T05:17:17.655093+0000","172.21.15.73:6800/297968009":"2023-11-16T05:17:17.655093+0000","172.21.15.73:6800/984639009":"2023-11-16T05:16:55.602444+0000","172.21.15.73:0/1352935692":"2023-11-16T05:17:17.655093+0000","172.21.15.73:6801/984639009":"2023-11-16T05:16:55.602444+0000","172.21.15.73:0/666222743":"2023-11-16T05:16:55.602444+0000","172.21.15.73:0/3021065682":"2023-11-16T05:16:55.602444+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T05:19:45.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:43.807681+0000 mgr.smithi073.qftnkv (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:45.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:43.807681+0000 mgr.smithi073.qftnkv (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:45.322 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-15T05:19:45.587 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:46.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:19:44.963479+0000 mon.smithi073 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.73:0/2827341923' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:19:46.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:19:44.963479+0000 mon.smithi073 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.73:0/2827341923' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:19:47.015 INFO:teuthology.orchestra.run.smithi073.stdout:68719476745 2023-11-15T05:19:47.015 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-15T05:19:47.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:45.808130+0000 mgr.smithi073.qftnkv (mgr.14182) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:47.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:45.808130+0000 mgr.smithi073.qftnkv (mgr.14182) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:47.275 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:48.692 INFO:teuthology.orchestra.run.smithi073.stdout:77309411336 2023-11-15T05:19:48.692 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-15T05:19:48.955 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:49.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:47.808414+0000 mgr.smithi073.qftnkv (mgr.14182) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:49.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:47.808414+0000 mgr.smithi073.qftnkv (mgr.14182) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:50.287 INFO:teuthology.orchestra.run.smithi073.stdout:81604378633 2023-11-15T05:19:50.287 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-15T05:19:50.550 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:51.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:49.808725+0000 mgr.smithi073.qftnkv (mgr.14182) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:51.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:49.808725+0000 mgr.smithi073.qftnkv (mgr.14182) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:52.154 INFO:teuthology.orchestra.run.smithi073.stdout:94489280521 2023-11-15T05:19:52.155 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-15T05:19:52.417 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:53.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:51.809168+0000 mgr.smithi073.qftnkv (mgr.14182) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:53.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:51.809168+0000 mgr.smithi073.qftnkv (mgr.14182) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:53.854 INFO:teuthology.orchestra.run.smithi073.stdout:98784247817 2023-11-15T05:19:53.855 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-15T05:19:54.117 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:55.545 INFO:teuthology.orchestra.run.smithi073.stdout:115964117001 2023-11-15T05:19:55.545 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-15T05:19:55.572 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:53.809582+0000 mgr.smithi073.qftnkv (mgr.14182) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:55.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:53.809582+0000 mgr.smithi073.qftnkv (mgr.14182) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:55.807 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:57.228 INFO:teuthology.orchestra.run.smithi073.stdout:115964117001 2023-11-15T05:19:57.228 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-15T05:19:57.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:55.809947+0000 mgr.smithi073.qftnkv (mgr.14182) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:57.529 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:57.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:55.809947+0000 mgr.smithi073.qftnkv (mgr.14182) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:58.820 INFO:teuthology.orchestra.run.smithi073.stdout:133143986183 2023-11-15T05:19:58.820 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-15T05:19:59.081 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:19:59.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:19:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:57.810441+0000 mgr.smithi073.qftnkv (mgr.14182) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:19:59.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:19:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:57.810441+0000 mgr.smithi073.qftnkv (mgr.14182) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:00.303 INFO:teuthology.orchestra.run.smithi073.stdout:68719476747 2023-11-15T05:20:00.650 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:00.000187+0000 mon.smithi073 (mon.0) 555 : cluster [INF] overall HEALTH_OK 2023-11-15T05:20:00.651 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:00.302383+0000 mon.smithi073 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.73:0/529619371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T05:20:00.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:00.000187+0000 mon.smithi073 (mon.0) 555 : cluster [INF] overall HEALTH_OK 2023-11-15T05:20:00.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:00.302383+0000 mon.smithi073 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.73:0/529619371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T05:20:00.711 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476747 for osd.0 2023-11-15T05:20:00.712 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-15T05:20:00.984 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:01.415 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:19:59.810793+0000 mgr.smithi073.qftnkv (mgr.14182) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:01.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:19:59.810793+0000 mgr.smithi073.qftnkv (mgr.14182) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:02.041 INFO:teuthology.orchestra.run.smithi073.stdout:77309411338 2023-11-15T05:20:02.485 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411338 for osd.1 2023-11-15T05:20:02.485 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-15T05:20:02.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:02.040992+0000 mon.smithi073 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.73:0/187367136' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T05:20:02.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:02.040992+0000 mon.smithi073 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.73:0/187367136' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T05:20:02.746 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:03.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:01.811097+0000 mgr.smithi073.qftnkv (mgr.14182) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:03.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:01.811097+0000 mgr.smithi073.qftnkv (mgr.14182) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:03.811 INFO:teuthology.orchestra.run.smithi073.stdout:81604378635 2023-11-15T05:20:04.193 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378633 got 81604378635 for osd.2 2023-11-15T05:20:04.193 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-15T05:20:04.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:03.811573+0000 mon.smithi073 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.73:0/1240358082' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T05:20:04.460 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:04.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:03.811573+0000 mon.smithi073 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.73:0/1240358082' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T05:20:05.611 INFO:teuthology.orchestra.run.smithi073.stdout:94489280523 2023-11-15T05:20:05.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:03.811399+0000 mgr.smithi073.qftnkv (mgr.14182) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:05.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:03.811399+0000 mgr.smithi073.qftnkv (mgr.14182) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:05.994 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280521 got 94489280523 for osd.3 2023-11-15T05:20:05.995 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-15T05:20:06.258 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:06.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:05.611553+0000 mon.smithi073 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.73:0/4212002000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T05:20:06.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:05.611553+0000 mon.smithi073 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.73:0/4212002000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T05:20:07.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:05.811823+0000 mgr.smithi073.qftnkv (mgr.14182) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:07.464 INFO:teuthology.orchestra.run.smithi073.stdout:98784247819 2023-11-15T05:20:07.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:05.811823+0000 mgr.smithi073.qftnkv (mgr.14182) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:07.868 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.4 2023-11-15T05:20:07.868 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-15T05:20:08.131 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:08.530 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:07.464821+0000 mon.smithi073 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.73:0/3701167867' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T05:20:08.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:07.464821+0000 mon.smithi073 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.73:0/3701167867' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T05:20:09.206 INFO:teuthology.orchestra.run.smithi073.stdout:115964117004 2023-11-15T05:20:09.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:07.812195+0000 mgr.smithi073.qftnkv (mgr.14182) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:09.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:09.206761+0000 mon.smithi073 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.73:0/829169563' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T05:20:09.576 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.5 2023-11-15T05:20:09.577 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-15T05:20:09.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:07.812195+0000 mgr.smithi073.qftnkv (mgr.14182) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:09.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:09.206761+0000 mon.smithi073 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.73:0/829169563' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T05:20:09.839 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:11.005 INFO:teuthology.orchestra.run.smithi073.stdout:115964117004 2023-11-15T05:20:11.394 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.6 2023-11-15T05:20:11.394 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-15T05:20:11.654 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:11.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:09.812516+0000 mgr.smithi073.qftnkv (mgr.14182) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:11.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:11.004534+0000 mon.smithi073 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.73:0/271163851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T05:20:11.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:09.812516+0000 mgr.smithi073.qftnkv (mgr.14182) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:11.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:11.004534+0000 mon.smithi073 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.73:0/271163851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T05:20:12.733 INFO:teuthology.orchestra.run.smithi073.stdout:133143986186 2023-11-15T05:20:13.133 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986183 got 133143986186 for osd.7 2023-11-15T05:20:13.134 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-15T05:20:13.134 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T05:20:13.398 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:13.652 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:11.812800+0000 mgr.smithi073.qftnkv (mgr.14182) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:13.653 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:12.733188+0000 mon.smithi073 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.73:0/1135051599' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T05:20:13.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:11.812800+0000 mgr.smithi073.qftnkv (mgr.14182) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:13.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:12.733188+0000 mon.smithi073 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.73:0/1135051599' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T05:20:14.456 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:20:14.457 INFO:teuthology.orchestra.run.smithi073.stderr:dumped all 2023-11-15T05:20:14.842 INFO:teuthology.orchestra.run.smithi073.stdout:{"pg_ready":true,"pg_map":{"version":93,"stamp":"2023-11-15T05:20:13.812949+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":2379320,"kb_used_data":2552,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549128,"statfs":{"total":767926730752,"available":765490307072,"internally_reserved":0,"allocated":2613248,"data_stored":1007188,"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":33,"state":"active+clean","last_fresh":"2023-11-15T05:19:32.472177+0000","last_change":"2023-11-15T05:19:32.472177+0000","last_active":"2023-11-15T05:19:32.472177+0000","last_peered":"2023-11-15T05:19:32.472177+0000","last_clean":"2023-11-15T05:19:32.472177+0000","last_became_active":"2023-11-15T05:19:32.471817+0000","last_became_peered":"2023-11-15T05:19:32.471817+0000","last_unstale":"2023-11-15T05:19:32.472177+0000","last_undegraded":"2023-11-15T05:19:32.472177+0000","last_fullsized":"2023-11-15T05:19:32.472177+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T05:19:19.355568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T05:19:19.355568+0000","last_clean_scrub_stamp":"2023-11-15T05:19:19.355568+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":31,"seq":133143986186,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":125709,"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.42999999999999999}]},{"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.73299999999999998}]},{"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.36699999999999999}]},{"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.78400000000000003}]},{"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.35699999999999998}]},{"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.84199999999999997}]}]},{"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.46899999999999997}]},{"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.50900000000000001}]},{"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.54800000000000004}]},{"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.56599999999999995}]},{"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.57699999999999996}]},{"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.68899999999999995}]},{"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.73899999999999999}]}]},{"osd":1,"up_from":18,"seq":77309411341,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.56299999999999994}]},{"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.66900000000000004}]},{"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.35399999999999998}]},{"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.63300000000000001}]},{"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.313}]},{"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.73999999999999999}]},{"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.33400000000000002}]}]},{"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.64000000000000001}]},{"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.41999999999999998}]},{"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.58099999999999996}]},{"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.52700000000000002}]},{"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.627}]},{"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.69799999999999995}]},{"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.72099999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378637,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.40699999999999997}]},{"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.45300000000000001}]},{"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.495}]},{"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.65900000000000003}]},{"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.53600000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56399999999999995}]},{"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":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":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":125335,"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.68100000000000005}]},{"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.28299999999999997}]},{"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.57199999999999995}]},{"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.63900000000000001}]},{"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.34799999999999998}]},{"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.55200000000000005}]},{"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.33800000000000002}]}]},{"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.41499999999999998}]},{"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.441}]},{"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.46700000000000003}]},{"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.45600000000000002}]},{"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.47999999999999998}]},{"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.38800000000000001}]},{"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.53100000000000003}]}]},{"osd":5,"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.59799999999999998}]},{"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.34699999999999998}]},{"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.63700000000000001}]},{"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.29699999999999999}]},{"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.53200000000000003}]},{"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.60799999999999998}]},{"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.39500000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T05:20:14.843 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T05:20:15.107 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:15.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:13.813078+0000 mgr.smithi073.qftnkv (mgr.14182) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:15.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:14.454180+0000 mgr.smithi073.qftnkv (mgr.14182) 119 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:20:15.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:13.813078+0000 mgr.smithi073.qftnkv (mgr.14182) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:15.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:14.454180+0000 mgr.smithi073.qftnkv (mgr.14182) 119 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:20:16.298 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:20:16.302 INFO:teuthology.orchestra.run.smithi073.stderr:dumped all 2023-11-15T05:20:16.658 INFO:teuthology.orchestra.run.smithi073.stdout:{"pg_ready":true,"pg_map":{"version":94,"stamp":"2023-11-15T05:20:15.813244+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":2379320,"kb_used_data":2552,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549128,"statfs":{"total":767926730752,"available":765490307072,"internally_reserved":0,"allocated":2613248,"data_stored":1007188,"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":33,"state":"active+clean","last_fresh":"2023-11-15T05:19:32.472177+0000","last_change":"2023-11-15T05:19:32.472177+0000","last_active":"2023-11-15T05:19:32.472177+0000","last_peered":"2023-11-15T05:19:32.472177+0000","last_clean":"2023-11-15T05:19:32.472177+0000","last_became_active":"2023-11-15T05:19:32.471817+0000","last_became_peered":"2023-11-15T05:19:32.471817+0000","last_unstale":"2023-11-15T05:19:32.472177+0000","last_undegraded":"2023-11-15T05:19:32.472177+0000","last_fullsized":"2023-11-15T05:19:32.472177+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T05:19:19.355568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T05:19:19.355568+0000","last_clean_scrub_stamp":"2023-11-15T05:19:19.355568+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":31,"seq":133143986186,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":125709,"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.42999999999999999}]},{"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.73299999999999998}]},{"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.36699999999999999}]},{"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.78400000000000003}]},{"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.35699999999999998}]},{"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.84199999999999997}]}]},{"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.46899999999999997}]},{"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.50900000000000001}]},{"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.54800000000000004}]},{"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.56599999999999995}]},{"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.57699999999999996}]},{"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.68899999999999995}]},{"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.73899999999999999}]}]},{"osd":1,"up_from":18,"seq":77309411341,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.56299999999999994}]},{"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.66900000000000004}]},{"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.35399999999999998}]},{"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.63300000000000001}]},{"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.313}]},{"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.73999999999999999}]},{"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.33400000000000002}]}]},{"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.64000000000000001}]},{"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.41999999999999998}]},{"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.58099999999999996}]},{"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.52700000000000002}]},{"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.627}]},{"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.69799999999999995}]},{"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.72099999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378638,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.67600000000000005}]},{"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.47499999999999998}]},{"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.64300000000000002}]},{"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.63400000000000001}]},{"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.61499999999999999}]},{"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":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.71999999999999997}]}]},{"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":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":125335,"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.68100000000000005}]},{"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.28299999999999997}]},{"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.57199999999999995}]},{"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.63900000000000001}]},{"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.34799999999999998}]},{"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.55200000000000005}]},{"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.33800000000000002}]}]},{"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.41499999999999998}]},{"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.441}]},{"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.46700000000000003}]},{"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.45600000000000002}]},{"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.47999999999999998}]},{"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.38800000000000001}]},{"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.53100000000000003}]}]},{"osd":5,"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":126024,"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.59799999999999998}]},{"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.34699999999999998}]},{"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.63700000000000001}]},{"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.29699999999999999}]},{"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.53200000000000003}]},{"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.60799999999999998}]},{"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.39500000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T05:20:16.660 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-15T05:20:16.660 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-15T05:20:16.660 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-15T05:20:16.661 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-15T05:20:16.921 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T05:20:17.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:15.813378+0000 mgr.smithi073.qftnkv (mgr.14182) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:17.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:16.296150+0000 mgr.smithi073.qftnkv (mgr.14182) 121 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:20:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:15.813378+0000 mgr.smithi073.qftnkv (mgr.14182) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:16.296150+0000 mgr.smithi073.qftnkv (mgr.14182) 121 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:20:18.148 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:20:18.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:18.148336+0000 mon.smithi073 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.73:0/3437535919' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T05:20:18.575 INFO:teuthology.orchestra.run.smithi073.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-15T05:20:18.575 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-15T05:20:18.576 INFO:tasks.cephadm:Setup complete, yielding 2023-11-15T05:20:18.576 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:20:18.585 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:20:18.586 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-15T05:20:18.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:18.148336+0000 mon.smithi073 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.73:0/3437535919' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T05:20:19.546 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:17.813739+0000 mgr.smithi073.qftnkv (mgr.14182) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:19.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:17.813739+0000 mgr.smithi073.qftnkv (mgr.14182) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:19.917 INFO:teuthology.orchestra.run.smithi073.stdout:Backend: cephadm 2023-11-15T05:20:19.918 INFO:teuthology.orchestra.run.smithi073.stdout:Available: Yes 2023-11-15T05:20:19.918 INFO:teuthology.orchestra.run.smithi073.stdout:Paused: No 2023-11-15T05:20:20.325 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-15T05:20:21.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:19.814080+0000 mgr.smithi073.qftnkv (mgr.14182) 123 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:21.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:19.917036+0000 mgr.smithi073.qftnkv (mgr.14182) 124 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:21.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:19.814080+0000 mgr.smithi073.qftnkv (mgr.14182) 123 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:21.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:19.917036+0000 mgr.smithi073.qftnkv (mgr.14182) 124 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:21.688 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-15T05:20:21.688 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (110s) 51s ago 2m 18.3M - 0.23.0 ba2b418f427c 1bfbd816ce4a 2023-11-15T05:20:21.688 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (2m) 51s ago 2m 7272k - 16.2.14-170-g620f25c1 d02b7545bf4f e4832b688869 2023-11-15T05:20:21.689 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi162 smithi162 running (2m) 52s ago 2m 7415k - 16.2.14-170-g620f25c1 d02b7545bf4f 72de73db1ea7 2023-11-15T05:20:21.689 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (104s) 51s ago 2m 47.7M - 8.3.5 dad864ee21e9 07785ba9e467 2023-11-15T05:20:21.689 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.qftnkv smithi073 *:9283 running (3m) 51s ago 3m 443M - 16.2.14-170-g620f25c1 d02b7545bf4f 716f48226df6 2023-11-15T05:20:21.689 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi162.zkshzy smithi162 *:8443,9283 running (2m) 52s ago 2m 394M - 16.2.14-170-g620f25c1 d02b7545bf4f c90f9617c809 2023-11-15T05:20:21.690 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (3m) 51s ago 3m 69.4M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 2781b62cd678 2023-11-15T05:20:21.690 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi162 smithi162 running (2m) 52s ago 2m 61.1M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 3827b41cdabf 2023-11-15T05:20:21.690 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (2m) 51s ago 2m 26.0M - 1.3.1 1dbe0e931976 ad9220fd794a 2023-11-15T05:20:21.690 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi162 smithi162 *:9100 running (2m) 52s ago 2m 23.2M - 1.3.1 1dbe0e931976 e8684954d26a 2023-11-15T05:20:21.690 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi162 running (72s) 52s ago 72s 31.9M 3992M 16.2.14-170-g620f25c1 d02b7545bf4f 0be6e38c8191 2023-11-15T05:20:21.691 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (70s) 51s ago 70s 32.6M 3224M 16.2.14-170-g620f25c1 d02b7545bf4f 4f84e0264c6e 2023-11-15T05:20:21.691 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi162 running (69s) 52s ago 68s 31.3M 3992M 16.2.14-170-g620f25c1 d02b7545bf4f 8f4d6a118c48 2023-11-15T05:20:21.691 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (66s) 51s ago 65s 29.7M 3224M 16.2.14-170-g620f25c1 d02b7545bf4f a3029c58c655 2023-11-15T05:20:21.691 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi162 running (65s) 52s ago 65s 31.5M 3992M 16.2.14-170-g620f25c1 d02b7545bf4f b5dd4e4a21fb 2023-11-15T05:20:21.691 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi073 running (61s) 51s ago 60s 28.4M 3224M 16.2.14-170-g620f25c1 d02b7545bf4f 9f6cc1a6e29d 2023-11-15T05:20:21.692 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi162 running (61s) 52s ago 61s 28.8M 3992M 16.2.14-170-g620f25c1 d02b7545bf4f fdeede876b3a 2023-11-15T05:20:21.692 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi073 running (57s) 51s ago 56s 14.2M 3224M 16.2.14-170-g620f25c1 d02b7545bf4f 60c1926d5a72 2023-11-15T05:20:21.692 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (101s) 51s ago 2m 41.1M - 2.33.4 514e6a882f6e feda8f4fbca1 2023-11-15T05:20:22.075 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-15T05:20:23.444 INFO:teuthology.orchestra.run.smithi073.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-15T05:20:23.445 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager ?:9093,9094 1/1 52s ago 3m count:1 2023-11-15T05:20:23.445 INFO:teuthology.orchestra.run.smithi073.stdout:crash 2/2 54s ago 3m * 2023-11-15T05:20:23.445 INFO:teuthology.orchestra.run.smithi073.stdout:grafana ?:3000 1/1 52s ago 3m count:1 2023-11-15T05:20:23.445 INFO:teuthology.orchestra.run.smithi073.stdout:mgr 2/2 54s ago 3m count:2 2023-11-15T05:20:23.445 INFO:teuthology.orchestra.run.smithi073.stdout:mon 2/2 54s ago 2m smithi073:172.21.15.73=smithi073;smithi162:172.21.15.162=smithi162;count:2 2023-11-15T05:20:23.446 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter ?:9100 2/2 54s ago 3m * 2023-11-15T05:20:23.446 INFO:teuthology.orchestra.run.smithi073.stdout:osd.all-available-devices 8 54s ago 114s * 2023-11-15T05:20:23.446 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus ?:9095 1/1 52s ago 3m count:1 2023-11-15T05:20:23.645 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:21.680154+0000 mgr.smithi073.qftnkv (mgr.14182) 125 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:23.645 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:21.814397+0000 mgr.smithi073.qftnkv (mgr.14182) 126 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:23.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:21.680154+0000 mgr.smithi073.qftnkv (mgr.14182) 125 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:23.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:21.814397+0000 mgr.smithi073.qftnkv (mgr.14182) 126 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:23.849 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-15T05:20:24.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:23.440419+0000 mgr.smithi073.qftnkv (mgr.14182) 127 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:24.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:23.440419+0000 mgr.smithi073.qftnkv (mgr.14182) 127 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:25.240 INFO:teuthology.orchestra.run.smithi073.stdout:HOST ADDR LABELS STATUS 2023-11-15T05:20:25.240 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 172.21.15.73 2023-11-15T05:20:25.240 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 172.21.15.162 2023-11-15T05:20:25.241 INFO:teuthology.orchestra.run.smithi073.stdout:2 hosts in cluster 2023-11-15T05:20:25.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:23.814728+0000 mgr.smithi073.qftnkv (mgr.14182) 128 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:25.649 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-15T05:20:25.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:23.814728+0000 mgr.smithi073.qftnkv (mgr.14182) 128 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:26.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:25.239029+0000 mgr.smithi073.qftnkv (mgr.14182) 129 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:26.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:25.239029+0000 mgr.smithi073.qftnkv (mgr.14182) 129 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:26.972 INFO:teuthology.orchestra.run.smithi073.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T05:20:26.973 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 53s ago LVM detected, locked 2023-11-15T05:20:26.973 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme1n1 ssd Linux_ebb3c4e5b259098b37c1 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:26.973 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme2n1 ssd Linux_a6b0ecb5e9e8148f5d1d 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:26.973 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme3n1 ssd Linux_617c3509b7038ed15cf1 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:26.974 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme4n1 ssd Linux_f5faae9d90b5ba6af7f6 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:26.974 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JU400BGN 372G 55s ago LVM detected, locked 2023-11-15T05:20:26.974 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme1n1 ssd Linux_a05d57f71d7e1d3f66f1 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:26.974 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme2n1 ssd Linux_303b8336e499a16f1df1 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:26.975 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme3n1 ssd Linux_baab774d50bbfa7f45bc 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:26.975 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme4n1 ssd Linux_c0ff343e9867e587e867 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:27.383 INFO:teuthology.run_tasks:Running task vip... 2023-11-15T05:20:27.393 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-15T05:20:27.393 INFO:tasks.vip:peername 172.21.15.73 2023-11-15T05:20:27.397 INFO:tasks.vip:172.21.15.73 in 172.21.0.0/20, pos 3912 2023-11-15T05:20:27.401 INFO:tasks.vip:smithi073.front.sepia.ceph.com static 10.0.15.73, vnet 10.0.0.0/16 2023-11-15T05:20:27.402 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-15T05:20:27.402 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip route ls 2023-11-15T05:20:27.431 INFO:teuthology.orchestra.run.smithi073.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.73 metric 100 2023-11-15T05:20:27.432 INFO:teuthology.orchestra.run.smithi073.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.73 metric 100 2023-11-15T05:20:27.433 INFO:tasks.vip:Configuring 10.0.15.73 on smithi073.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:20:27.433 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr add 10.0.15.73/16 dev enp3s0f1 2023-11-15T05:20:27.501 INFO:tasks.vip:peername 172.21.15.162 2023-11-15T05:20:27.504 INFO:tasks.vip:172.21.15.162 in 172.21.0.0/20, pos 4001 2023-11-15T05:20:27.508 INFO:tasks.vip:smithi162.front.sepia.ceph.com static 10.0.15.162, vnet 10.0.0.0/16 2023-11-15T05:20:27.509 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip route ls 2023-11-15T05:20:27.548 INFO:teuthology.orchestra.run.smithi162.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.162 metric 100 2023-11-15T05:20:27.548 INFO:teuthology.orchestra.run.smithi162.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.162 metric 100 2023-11-15T05:20:27.549 INFO:tasks.vip:Configuring 10.0.15.162 on smithi162.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:20:27.550 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr add 10.0.15.162/16 dev enp3s0f1 2023-11-15T05:20:27.622 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:20:27.631 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:20:27.631 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-15T05:20:27.656 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:25.815037+0000 mgr.smithi073.qftnkv (mgr.14182) 130 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:25.815037+0000 mgr.smithi073.qftnkv (mgr.14182) 130 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:26.970930+0000 mgr.smithi073.qftnkv (mgr.14182) 131 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:28.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:26.970930+0000 mgr.smithi073.qftnkv (mgr.14182) 131 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:28.931 INFO:teuthology.orchestra.run.smithi073.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T05:20:28.931 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 55s ago LVM detected, locked 2023-11-15T05:20:28.932 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme1n1 ssd Linux_ebb3c4e5b259098b37c1 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:28.932 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme2n1 ssd Linux_a6b0ecb5e9e8148f5d1d 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:28.932 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme3n1 ssd Linux_617c3509b7038ed15cf1 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:28.933 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme4n1 ssd Linux_f5faae9d90b5ba6af7f6 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:28.933 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JU400BGN 372G 57s ago LVM detected, locked 2023-11-15T05:20:28.934 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme1n1 ssd Linux_a05d57f71d7e1d3f66f1 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:28.934 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme2n1 ssd Linux_303b8336e499a16f1df1 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:28.935 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme3n1 ssd Linux_baab774d50bbfa7f45bc 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:28.935 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme4n1 ssd Linux_c0ff343e9867e587e867 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:20:29.373 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T05:20:29.383 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:20:29.384 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T05:20:29.443 INFO:teuthology.orchestra.run.smithi073.stderr:+ systemctl stop nfs-server 2023-11-15T05:20:29.449 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi162.front.sepia.ceph.com 2023-11-15T05:20:29.450 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T05:20:29.477 INFO:teuthology.orchestra.run.smithi162.stderr:+ systemctl stop nfs-server 2023-11-15T05:20:29.484 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:20:29.493 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:20:29.494 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-11-15T05:20:29.518 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:27.815504+0000 mgr.smithi073.qftnkv (mgr.14182) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:29.519 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:28.979334+0000 mon.smithi073 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:20:29.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:27.815504+0000 mgr.smithi073.qftnkv (mgr.14182) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:29.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:28.979334+0000 mon.smithi073 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:20:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:28.928845+0000 mgr.smithi073.qftnkv (mgr.14182) 133 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:30.324690+0000 mon.smithi073 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:30.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:28.928845+0000 mgr.smithi073.qftnkv (mgr.14182) 133 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:30.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:30.324690+0000 mon.smithi073 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:31.347 INFO:teuthology.orchestra.run.smithi073.stdout:Scheduled rgw.foorgw update... 2023-11-15T05:20:31.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:29.815789+0000 mgr.smithi073.qftnkv (mgr.14182) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:31.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:31.347076+0000 mon.smithi073 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:31.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:29.815789+0000 mgr.smithi073.qftnkv (mgr.14182) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:31.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:31.347076+0000 mon.smithi073 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:31.782 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.73/16' 2023-11-15T05:20:32.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:31.342878+0000 mgr.smithi073.qftnkv (mgr.14182) 135 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:32.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:31.343914+0000 mgr.smithi073.qftnkv (mgr.14182) 136 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T05:20:32.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:32.361702+0000 mon.smithi073 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:32.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:31.342878+0000 mgr.smithi073.qftnkv (mgr.14182) 135 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:32.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:31.343914+0000 mgr.smithi073.qftnkv (mgr.14182) 136 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T05:20:32.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:32.361702+0000 mon.smithi073 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:33.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:31.816165+0000 mgr.smithi073.qftnkv (mgr.14182) 137 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:33.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:32.947664+0000 mon.smithi073 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:33.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:31.816165+0000 mgr.smithi073.qftnkv (mgr.14182) 137 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:33.764 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:32.947664+0000 mon.smithi073 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:34.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:33.512397+0000 mgr.smithi073.qftnkv (mgr.14182) 138 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.73/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:34.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:33.513557+0000 mon.smithi073 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T05:20:34.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:33.512397+0000 mgr.smithi073.qftnkv (mgr.14182) 138 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.73/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:34.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:33.513557+0000 mon.smithi073 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T05:20:35.462 INFO:teuthology.orchestra.run.smithi073.stdout:NFS Cluster Created Successfully 2023-11-15T05:20:35.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:33.816427+0000 mgr.smithi073.qftnkv (mgr.14182) 139 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:35.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:34.418633+0000 mon.smithi073 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T05:20:35.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:34.418698+0000 mon.smithi073 (mon.0) 572 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-15T05:20:35.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:34.420709+0000 mon.smithi073 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T05:20:35.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.197361+0000 mon.smithi073 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:35.839 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T05:20:35.849 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:20:35.849 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-11-15T05:20:35.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:33.816427+0000 mgr.smithi073.qftnkv (mgr.14182) 139 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:35.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:34.418633+0000 mon.smithi073 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T05:20:35.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:34.418698+0000 mon.smithi073 (mon.0) 572 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-15T05:20:35.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:34.420709+0000 mon.smithi073 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T05:20:35.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.197361+0000 mon.smithi073 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:35.879 INFO:teuthology.orchestra.run.smithi073.stderr:+ dnf install -y python3-boto3 2023-11-15T05:20:36.561 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.427999+0000 mon.smithi073 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T05:20:36.561 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:35.428179+0000 mon.smithi073 (mon.0) 576 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-15T05:20:36.561 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:35.453632+0000 mgr.smithi073.qftnkv (mgr.14182) 140 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T05:20:36.561 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.456782+0000 mon.smithi073 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.562 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:35.458078+0000 mgr.smithi073.qftnkv (mgr.14182) 141 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T05:20:36.562 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.461188+0000 mon.smithi073 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.562 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.493023+0000 mon.smithi073 (mon.0) 579 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:36.562 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.493617+0000 mon.smithi073 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:20:36.562 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.497744+0000 mon.smithi073 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.563 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.501112+0000 mon.smithi073 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:20:36.563 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:35.504710+0000 mgr.smithi073.qftnkv (mgr.14182) 142 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T05:20:36.563 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.507389+0000 mon.smithi073 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.563 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.507805+0000 mon.smithi073 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi162.fsrpnd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:20:36.564 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.510647+0000 mon.smithi073 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi162.fsrpnd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:20:36.564 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.514502+0000 mon.smithi073 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.564 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:35.515038+0000 mon.smithi073 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:36.564 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:35.515523+0000 mgr.smithi073.qftnkv (mgr.14182) 143 : cephadm [INF] Deploying daemon rgw.foorgw.smithi162.fsrpnd on smithi162 2023-11-15T05:20:36.704 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:06:42 ago on Wed 15 Nov 2023 05:13:54 AM UTC. 2023-11-15T05:20:36.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.427999+0000 mon.smithi073 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T05:20:36.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:35.428179+0000 mon.smithi073 (mon.0) 576 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-15T05:20:36.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:35.453632+0000 mgr.smithi073.qftnkv (mgr.14182) 140 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T05:20:36.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.456782+0000 mon.smithi073 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:35.458078+0000 mgr.smithi073.qftnkv (mgr.14182) 141 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T05:20:36.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.461188+0000 mon.smithi073 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.493023+0000 mon.smithi073 (mon.0) 579 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:36.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.493617+0000 mon.smithi073 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:20:36.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.497744+0000 mon.smithi073 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.501112+0000 mon.smithi073 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:20:36.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:35.504710+0000 mgr.smithi073.qftnkv (mgr.14182) 142 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T05:20:36.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.507389+0000 mon.smithi073 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.507805+0000 mon.smithi073 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi162.fsrpnd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:20:36.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.510647+0000 mon.smithi073 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi162.fsrpnd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:20:36.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.514502+0000 mon.smithi073 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:36.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:35.515038+0000 mon.smithi073 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:36.923 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:35.515523+0000 mgr.smithi073.qftnkv (mgr.14182) 143 : cephadm [INF] Deploying daemon rgw.foorgw.smithi162.fsrpnd on smithi162 2023-11-15T05:20:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:35.816954+0000 mgr.smithi073.qftnkv (mgr.14182) 144 : cluster [DBG] pgmap v106: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:36.429413+0000 mon.smithi073 (mon.0) 588 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-15T05:20:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:37.314487+0000 mon.smithi073 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:37.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:37.316767+0000 mon.smithi073 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi073.tplihh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:20:37.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:37.319538+0000 mon.smithi073 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi073.tplihh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:20:37.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:37.324569+0000 mon.smithi073 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:37.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:37.325161+0000 mon.smithi073 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:35.816954+0000 mgr.smithi073.qftnkv (mgr.14182) 144 : cluster [DBG] pgmap v106: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:36.429413+0000 mon.smithi073 (mon.0) 588 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-15T05:20:37.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:37.314487+0000 mon.smithi073 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:37.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:37.316767+0000 mon.smithi073 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi073.tplihh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:20:37.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:37.319538+0000 mon.smithi073 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi073.tplihh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:20:37.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:37.324569+0000 mon.smithi073 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:37.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:37.325161+0000 mon.smithi073 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:38.441 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-11-15T05:20:38.442 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:20:38.442 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2023-11-15T05:20:38.442 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:20:38.443 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2023-11-15T05:20:38.443 INFO:teuthology.orchestra.run.smithi073.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2023-11-15T05:20:38.443 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2023-11-15T05:20:38.443 INFO:teuthology.orchestra.run.smithi073.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2023-11-15T05:20:38.444 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jmespath noarch 0.9.0-11.el8 appstream 45 k 2023-11-15T05:20:38.444 INFO:teuthology.orchestra.run.smithi073.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2023-11-15T05:20:38.444 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:20:38.444 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-11-15T05:20:38.444 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T05:20:38.445 INFO:teuthology.orchestra.run.smithi073.stdout:Install 4 Packages 2023-11-15T05:20:38.445 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:20:38.445 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 4.8 M 2023-11-15T05:20:38.446 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 49 M 2023-11-15T05:20:38.446 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2023-11-15T05:20:38.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:37.325674+0000 mgr.smithi073.qftnkv (mgr.14182) 145 : cephadm [INF] Deploying daemon rgw.foorgw.smithi073.tplihh on smithi073 2023-11-15T05:20:38.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:37.523405+0000 mon.smithi073 (mon.0) 594 : cluster [DBG] mgrmap e19: smithi073.qftnkv(active, since 2m), standbys: smithi162.zkshzy 2023-11-15T05:20:38.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:37.532025+0000 mon.smithi073 (mon.0) 595 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T05:20:38.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:37.532935+0000 mon.smithi162 (mon.1) 17 : audit [INF] from='client.? 172.21.15.162:0/2805182020' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T05:20:38.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:37.533317+0000 mon.smithi073 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T05:20:38.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:37.325674+0000 mgr.smithi073.qftnkv (mgr.14182) 145 : cephadm [INF] Deploying daemon rgw.foorgw.smithi073.tplihh on smithi073 2023-11-15T05:20:38.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:37.523405+0000 mon.smithi073 (mon.0) 594 : cluster [DBG] mgrmap e19: smithi073.qftnkv(active, since 2m), standbys: smithi162.zkshzy 2023-11-15T05:20:38.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:37.532025+0000 mon.smithi073 (mon.0) 595 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T05:20:38.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:37.532935+0000 mon.smithi162 (mon.1) 17 : audit [INF] from='client.? 172.21.15.162:0/2805182020' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T05:20:38.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:37.533317+0000 mon.smithi073 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T05:20:38.925 INFO:teuthology.orchestra.run.smithi073.stdout:(1/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 368 kB/s | 45 kB 00:00 2023-11-15T05:20:39.343 INFO:teuthology.orchestra.run.smithi073.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 282 kB/s | 152 kB 00:00 2023-11-15T05:20:39.426 INFO:teuthology.orchestra.run.smithi073.stdout:(3/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 220 kB/s | 108 kB 00:00 2023-11-15T05:20:39.853 INFO:teuthology.orchestra.run.smithi073.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 4.3 MB/s | 4.5 MB 00:01 2023-11-15T05:20:39.857 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:20:39.858 INFO:teuthology.orchestra.run.smithi073.stdout:Total 3.4 MB/s | 4.8 MB 00:01 2023-11-15T05:20:39.866 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2023-11-15T05:20:39.875 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2023-11-15T05:20:39.875 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2023-11-15T05:20:39.894 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:37.817349+0000 mgr.smithi073.qftnkv (mgr.14182) 146 : cluster [DBG] pgmap v109: 65 pgs: 37 unknown, 28 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:39.894 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:38.535996+0000 mon.smithi073 (mon.0) 597 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T05:20:39.895 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:38.536174+0000 mon.smithi073 (mon.0) 598 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T05:20:39.895 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.165073+0000 mon.smithi073 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:39.895 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.169330+0000 mon.smithi073 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:39.895 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.185231+0000 mon.smithi073 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.glimpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:20:39.895 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.188567+0000 mon.smithi073 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.glimpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:20:39.896 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.189286+0000 mon.smithi073 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:20:39.896 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.192055+0000 mon.smithi073 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:20:39.896 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.192955+0000 mon.smithi073 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:39.896 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.228298+0000 mon.smithi073 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:20:39.896 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.231654+0000 mon.smithi073 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:20:39.897 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.273549+0000 mon.smithi073 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.glimpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:20:39.897 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.276863+0000 mon.smithi073 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.glimpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:20:39.897 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.280162+0000 mon.smithi073 (mon.0) 610 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:37.817349+0000 mgr.smithi073.qftnkv (mgr.14182) 146 : cluster [DBG] pgmap v109: 65 pgs: 37 unknown, 28 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:39.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:38.535996+0000 mon.smithi073 (mon.0) 597 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T05:20:39.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:38.536174+0000 mon.smithi073 (mon.0) 598 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T05:20:39.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.165073+0000 mon.smithi073 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:39.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.169330+0000 mon.smithi073 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:39.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.185231+0000 mon.smithi073 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.glimpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:20:39.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.188567+0000 mon.smithi073 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.glimpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:20:39.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.189286+0000 mon.smithi073 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:20:39.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.192055+0000 mon.smithi073 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:20:39.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.192955+0000 mon.smithi073 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:39.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.228298+0000 mon.smithi073 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:20:39.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.231654+0000 mon.smithi073 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:20:39.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.273549+0000 mon.smithi073 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.glimpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:20:39.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.276863+0000 mon.smithi073 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.glimpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:20:39.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.280162+0000 mon.smithi073 (mon.0) 610 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:20:39.963 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2023-11-15T05:20:39.976 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2023-11-15T05:20:40.314 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2023-11-15T05:20:40.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:39.184955+0000 mgr.smithi073.qftnkv (mgr.14182) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.glimpp 2023-11-15T05:20:40.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:39.189061+0000 mgr.smithi073.qftnkv (mgr.14182) 148 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T05:20:40.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:39.273170+0000 mgr.smithi073.qftnkv (mgr.14182) 149 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T05:20:40.878 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:39.273256+0000 mgr.smithi073.qftnkv (mgr.14182) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.glimpp-rgw 2023-11-15T05:20:40.878 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:39.280848+0000 mgr.smithi073.qftnkv (mgr.14182) 151 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi073.glimpp on smithi073 2023-11-15T05:20:40.878 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:39.543441+0000 mon.smithi073 (mon.0) 611 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T05:20:40.878 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.544874+0000 mon.smithi073 (mon.0) 612 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:20:40.878 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.545695+0000 mon.smithi162 (mon.1) 18 : audit [INF] from='client.? 172.21.15.162:0/2805182020' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:20:40.879 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:39.550067+0000 mon.smithi073 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:20:40.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:39.184955+0000 mgr.smithi073.qftnkv (mgr.14182) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.glimpp 2023-11-15T05:20:40.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:39.189061+0000 mgr.smithi073.qftnkv (mgr.14182) 148 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T05:20:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:39.273170+0000 mgr.smithi073.qftnkv (mgr.14182) 149 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T05:20:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:39.273256+0000 mgr.smithi073.qftnkv (mgr.14182) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.glimpp-rgw 2023-11-15T05:20:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:39.280848+0000 mgr.smithi073.qftnkv (mgr.14182) 151 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi073.glimpp on smithi073 2023-11-15T05:20:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:39.543441+0000 mon.smithi073 (mon.0) 611 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T05:20:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.544874+0000 mon.smithi073 (mon.0) 612 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:20:40.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.545695+0000 mon.smithi162 (mon.1) 18 : audit [INF] from='client.? 172.21.15.162:0/2805182020' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:20:40.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:39.550067+0000 mon.smithi073 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T05:20:41.644 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-11-15T05:20:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:39.817912+0000 mgr.smithi073.qftnkv (mgr.14182) 152 : cluster [DBG] pgmap v112: 97 pgs: 62 unknown, 35 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:41.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:40.547994+0000 mon.smithi073 (mon.0) 614 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T05:20:41.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:40.548157+0000 mon.smithi073 (mon.0) 615 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T05:20:41.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:40.548252+0000 mon.smithi073 (mon.0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T05:20:41.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:41.084305+0000 mon.smithi073 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:41.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:41.092815+0000 mon.smithi073 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:41.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:39.817912+0000 mgr.smithi073.qftnkv (mgr.14182) 152 : cluster [DBG] pgmap v112: 97 pgs: 62 unknown, 35 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:20:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:40.547994+0000 mon.smithi073 (mon.0) 614 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T05:20:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:40.548157+0000 mon.smithi073 (mon.0) 615 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T05:20:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:40.548252+0000 mon.smithi073 (mon.0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T05:20:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:41.084305+0000 mon.smithi073 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:41.092815+0000 mon.smithi073 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:42.002 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-11-15T05:20:42.271 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-11-15T05:20:42.574 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2023-11-15T05:20:42.834 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2023-11-15T05:20:42.834 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-11-15T05:20:42.834 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 2/4 2023-11-15T05:20:42.835 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 3/4 2023-11-15T05:20:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:20:41.101387+0000 mgr.smithi073.qftnkv (mgr.14182) 153 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.iamybv on smithi162 2023-11-15T05:20:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:41.552510+0000 mon.smithi073 (mon.0) 619 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T05:20:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:41.556217+0000 mon.smithi162 (mon.1) 19 : audit [INF] from='client.? 172.21.15.162:0/2805182020' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:20:42.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:41.559159+0000 mon.smithi073 (mon.0) 620 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:20:42.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:41.559473+0000 mon.smithi073 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:20:42.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:41.965844+0000 mon.smithi073 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:42.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:20:41.101387+0000 mgr.smithi073.qftnkv (mgr.14182) 153 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.iamybv on smithi162 2023-11-15T05:20:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:41.552510+0000 mon.smithi073 (mon.0) 619 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T05:20:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:41.556217+0000 mon.smithi162 (mon.1) 19 : audit [INF] from='client.? 172.21.15.162:0/2805182020' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:20:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:41.559159+0000 mon.smithi073 (mon.0) 620 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:20:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:41.559473+0000 mon.smithi073 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T05:20:42.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:41.965844+0000 mon.smithi073 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:20:43.488 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 4/4 2023-11-15T05:20:43.488 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:20:43.489 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2023-11-15T05:20:43.489 INFO:teuthology.orchestra.run.smithi073.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2023-11-15T05:20:43.489 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2023-11-15T05:20:43.489 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:20:43.489 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-11-15T05:20:43.628 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-11-15T05:20:43.697 INFO:teuthology.orchestra.run.smithi073.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-11-15T05:20:43.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:41.818263+0000 mgr.smithi073.qftnkv (mgr.14182) 154 : cluster [DBG] pgmap v115: 129 pgs: 65 unknown, 64 active+clean; 981 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-11-15T05:20:43.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:42.558808+0000 mon.smithi073 (mon.0) 623 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T05:20:43.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:42.558915+0000 mon.smithi073 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T05:20:43.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:42.558964+0000 mon.smithi073 (mon.0) 625 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T05:20:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:41.818263+0000 mgr.smithi073.qftnkv (mgr.14182) 154 : cluster [DBG] pgmap v115: 129 pgs: 65 unknown, 64 active+clean; 981 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-11-15T05:20:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:42.558808+0000 mon.smithi073 (mon.0) 623 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T05:20:43.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:42.558915+0000 mon.smithi073 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T05:20:43.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:42.558964+0000 mon.smithi073 (mon.0) 625 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T05:20:43.937 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 2023-11-15T05:20:43.962 INFO:teuthology.orchestra.run.smithi073.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:78226ab9e8247e56e7eee439923ee52a49b2b75959caddd6304ed7181b276d9d 2023-11-15T05:20:44.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:43.564234+0000 mon.smithi073 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T05:20:44.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:43.567550+0000 mon.smithi162 (mon.1) 20 : audit [INF] from='client.? 172.21.15.162:0/1577981471' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:20:44.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:43.568522+0000 mon.smithi162 (mon.1) 21 : audit [INF] from='client.? 172.21.15.73:0/2053888047' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:20:44.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:43.572882+0000 mon.smithi073 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:20:44.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:43.573360+0000 mon.smithi073 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:20:44.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:44.564322+0000 mon.smithi073 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T05:20:44.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:44.564402+0000 mon.smithi073 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T05:20:44.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:44.564501+0000 mon.smithi073 (mon.0) 631 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T05:20:44.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:44.570229+0000 mon.smithi162 (mon.1) 22 : audit [INF] from='client.? 172.21.15.73:0/2053888047' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:44.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:44.571408+0000 mon.smithi073 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:44.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:43.564234+0000 mon.smithi073 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T05:20:44.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:43.567550+0000 mon.smithi162 (mon.1) 20 : audit [INF] from='client.? 172.21.15.162:0/1577981471' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:20:44.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:43.568522+0000 mon.smithi162 (mon.1) 21 : audit [INF] from='client.? 172.21.15.73:0/2053888047' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:20:44.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:43.572882+0000 mon.smithi073 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:20:44.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:43.573360+0000 mon.smithi073 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T05:20:44.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:44.564322+0000 mon.smithi073 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T05:20:44.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:44.564402+0000 mon.smithi073 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T05:20:44.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:44.564501+0000 mon.smithi073 (mon.0) 631 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T05:20:44.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:44.570229+0000 mon.smithi162 (mon.1) 22 : audit [INF] from='client.? 172.21.15.73:0/2053888047' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:44.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:44.571408+0000 mon.smithi073 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:45.347 INFO:teuthology.run_tasks:Running task python... 2023-11-15T05:20:45.368 INFO:tasks.python:Running python on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:20:45.368 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-11-15T05:20:45.370 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-11-15T05:20:45.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:43.818664+0000 mgr.smithi073.qftnkv (mgr.14182) 155 : cluster [DBG] pgmap v118: 161 pgs: 15 creating+peering, 93 active+clean, 53 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 KiB/s wr, 9 op/s 2023-11-15T05:20:45.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:44.573253+0000 mon.smithi162 (mon.1) 23 : audit [INF] from='client.? 172.21.15.162:0/1577981471' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:45.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:44.574110+0000 mon.smithi073 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:45.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:45.564210+0000 mon.smithi073 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:20:45.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:45.564309+0000 mon.smithi073 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:20:45.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:45.564386+0000 mon.smithi073 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T05:20:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:43.818664+0000 mgr.smithi073.qftnkv (mgr.14182) 155 : cluster [DBG] pgmap v118: 161 pgs: 15 creating+peering, 93 active+clean, 53 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 KiB/s wr, 9 op/s 2023-11-15T05:20:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:44.573253+0000 mon.smithi162 (mon.1) 23 : audit [INF] from='client.? 172.21.15.162:0/1577981471' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:44.574110+0000 mon.smithi073 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:45.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:45.564210+0000 mon.smithi073 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:20:45.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:45.564309+0000 mon.smithi073 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi162.fsrpnd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:20:45.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:45.564386+0000 mon.smithi073 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T05:20:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:45.819049+0000 mgr.smithi073.qftnkv (mgr.14182) 156 : cluster [DBG] pgmap v121: 161 pgs: 17 creating+peering, 103 active+clean, 41 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 1 op/s 2023-11-15T05:20:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:46.590691+0000 mon.smithi073 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T05:20:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:46.592268+0000 mon.smithi073 (mon.0) 638 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T05:20:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:45.819049+0000 mgr.smithi073.qftnkv (mgr.14182) 156 : cluster [DBG] pgmap v121: 161 pgs: 17 creating+peering, 103 active+clean, 41 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 1 op/s 2023-11-15T05:20:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:46.590691+0000 mon.smithi073 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T05:20:47.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:46.592268+0000 mon.smithi073 (mon.0) 638 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T05:20:48.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:47.597382+0000 mon.smithi073 (mon.0) 639 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T05:20:48.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:47.597617+0000 mon.smithi073 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T05:20:48.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:47.606662+0000 mon.smithi073 (mon.0) 641 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:48.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:47.819544+0000 mgr.smithi073.qftnkv (mgr.14182) 157 : cluster [DBG] pgmap v124: 193 pgs: 18 creating+peering, 159 active+clean, 16 unknown; 4.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 KiB/s rd, 7.5 KiB/s wr, 403 op/s 2023-11-15T05:20:48.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:47.597382+0000 mon.smithi073 (mon.0) 639 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T05:20:48.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:47.597617+0000 mon.smithi073 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T05:20:48.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:47.606662+0000 mon.smithi073 (mon.0) 641 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T05:20:48.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:47.819544+0000 mgr.smithi073.qftnkv (mgr.14182) 157 : cluster [DBG] pgmap v124: 193 pgs: 18 creating+peering, 159 active+clean, 16 unknown; 4.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 KiB/s rd, 7.5 KiB/s wr, 403 op/s 2023-11-15T05:20:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:48.607758+0000 mon.smithi073 (mon.0) 642 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:20:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:48.607806+0000 mon.smithi073 (mon.0) 643 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T05:20:49.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:48.607758+0000 mon.smithi073 (mon.0) 642 : audit [INF] from='client.? 172.21.15.73:0/3961105048' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T05:20:49.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:48.607806+0000 mon.smithi073 (mon.0) 643 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T05:20:50.692 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:20:50.704 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:20:50.704 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2023-11-15T05:20:50.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:49.613587+0000 mon.smithi073 (mon.0) 644 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T05:20:50.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:49.617933+0000 mon.smithi162 (mon.1) 24 : audit [INF] from='client.? 172.21.15.73:0/2053888047' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T05:20:50.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:49.619263+0000 mon.smithi073 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T05:20:50.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:49.820071+0000 mgr.smithi073.qftnkv (mgr.14182) 158 : cluster [DBG] pgmap v127: 225 pgs: 16 creating+peering, 163 active+clean, 46 unknown; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 KiB/s rd, 9.0 KiB/s wr, 459 op/s 2023-11-15T05:20:50.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:49.613587+0000 mon.smithi073 (mon.0) 644 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T05:20:50.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:49.617933+0000 mon.smithi162 (mon.1) 24 : audit [INF] from='client.? 172.21.15.73:0/2053888047' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T05:20:50.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:49.619263+0000 mon.smithi073 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T05:20:50.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:49.820071+0000 mgr.smithi073.qftnkv (mgr.14182) 158 : cluster [DBG] pgmap v127: 225 pgs: 16 creating+peering, 163 active+clean, 46 unknown; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 KiB/s rd, 9.0 KiB/s wr, 459 op/s 2023-11-15T05:20:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:50.619240+0000 mon.smithi073 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T05:20:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:50.619507+0000 mon.smithi073 (mon.0) 647 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T05:20:51.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:50.619240+0000 mon.smithi073 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi073.tplihh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T05:20:51.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:50.619507+0000 mon.smithi073 (mon.0) 647 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T05:20:52.322 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2023-11-15T05:20:52.322 INFO:teuthology.orchestra.run.smithi073.stdout: "bind": "/foobucket", 2023-11-15T05:20:52.322 INFO:teuthology.orchestra.run.smithi073.stdout: "path": "foobucket", 2023-11-15T05:20:52.323 INFO:teuthology.orchestra.run.smithi073.stdout: "cluster": "foo", 2023-11-15T05:20:52.323 INFO:teuthology.orchestra.run.smithi073.stdout: "mode": "RW", 2023-11-15T05:20:52.323 INFO:teuthology.orchestra.run.smithi073.stdout: "squash": "none" 2023-11-15T05:20:52.323 INFO:teuthology.orchestra.run.smithi073.stdout:} 2023-11-15T05:20:52.654 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T05:20:52.664 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-15T05:20:52.665 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:20:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:51.628029+0000 mon.smithi073 (mon.0) 648 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T05:20:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:51.820557+0000 mgr.smithi073.qftnkv (mgr.14182) 159 : cluster [DBG] pgmap v130: 225 pgs: 16 creating+peering, 190 active+clean, 19 unknown; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 1.5 KiB/s wr, 121 op/s 2023-11-15T05:20:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:52.114414+0000 mgr.smithi073.qftnkv (mgr.14182) 160 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:52.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:51.628029+0000 mon.smithi073 (mon.0) 648 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T05:20:52.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:51.820557+0000 mgr.smithi073.qftnkv (mgr.14182) 159 : cluster [DBG] pgmap v130: 225 pgs: 16 creating+peering, 190 active+clean, 19 unknown; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 1.5 KiB/s wr, 121 op/s 2023-11-15T05:20:52.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:52.114414+0000 mgr.smithi073.qftnkv (mgr.14182) 160 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:20:54.633 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:20:54.633 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:20:54.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:53.821462+0000 mgr.smithi073.qftnkv (mgr.14182) 161 : cluster [DBG] pgmap v131: 225 pgs: 224 active+clean, 1 unknown; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 2.9 KiB/s wr, 159 op/s 2023-11-15T05:20:55.002 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:20:55.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:53.821462+0000 mgr.smithi073.qftnkv (mgr.14182) 161 : cluster [DBG] pgmap v131: 225 pgs: 224 active+clean, 1 unknown; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 2.9 KiB/s wr, 159 op/s 2023-11-15T05:20:56.003 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:20:56.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:54.626643+0000 mgr.smithi073.qftnkv (mgr.14182) 162 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:20:56.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:54.626643+0000 mgr.smithi073.qftnkv (mgr.14182) 162 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:20:57.024 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:55.822041+0000 mgr.smithi073.qftnkv (mgr.14182) 163 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 1.4 KiB/s wr, 106 op/s 2023-11-15T05:20:57.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:55.822041+0000 mgr.smithi073.qftnkv (mgr.14182) 163 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 1.4 KiB/s wr, 106 op/s 2023-11-15T05:20:57.400 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:20:57.400 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:20:57.777 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:20:58.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:58 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:20:57.396301+0000 mgr.smithi073.qftnkv (mgr.14182) 164 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:20:58.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:20:57.396301+0000 mgr.smithi073.qftnkv (mgr.14182) 164 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:20:58.778 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:20:59.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:20:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:57.822747+0000 mgr.smithi073.qftnkv (mgr.14182) 165 : cluster [DBG] pgmap v133: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 1.2 KiB/s wr, 112 op/s 2023-11-15T05:20:59.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:20:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:57.822747+0000 mgr.smithi073.qftnkv (mgr.14182) 165 : cluster [DBG] pgmap v133: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 1.2 KiB/s wr, 112 op/s 2023-11-15T05:21:00.163 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:00.164 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:00.588 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:01.589 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:01.618 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:20:59.823204+0000 mgr.smithi073.qftnkv (mgr.14182) 166 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 1.1 KiB/s wr, 98 op/s 2023-11-15T05:21:01.619 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:00.160301+0000 mgr.smithi073.qftnkv (mgr.14182) 167 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:01.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:20:59.823204+0000 mgr.smithi073.qftnkv (mgr.14182) 166 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 1.1 KiB/s wr, 98 op/s 2023-11-15T05:21:01.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:00.160301+0000 mgr.smithi073.qftnkv (mgr.14182) 167 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:02.919 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:02.920 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:03.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:01.823952+0000 mgr.smithi073.qftnkv (mgr.14182) 168 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 1004 B/s wr, 68 op/s 2023-11-15T05:21:03.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:01.978709+0000 mon.smithi073 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:21:03.310 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:03.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:01.823952+0000 mgr.smithi073.qftnkv (mgr.14182) 168 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 1004 B/s wr, 68 op/s 2023-11-15T05:21:03.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:01.978709+0000 mon.smithi073 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:21:04.312 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:02.915905+0000 mgr.smithi073.qftnkv (mgr.14182) 169 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:04.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:02.915905+0000 mgr.smithi073.qftnkv (mgr.14182) 169 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:05.271 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:03.824717+0000 mgr.smithi073.qftnkv (mgr.14182) 170 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 853 B/s wr, 60 op/s 2023-11-15T05:21:05.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:03.824717+0000 mgr.smithi073.qftnkv (mgr.14182) 170 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 853 B/s wr, 60 op/s 2023-11-15T05:21:05.621 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:05.621 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:06.026 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:07.028 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:07.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:05.617707+0000 mgr.smithi073.qftnkv (mgr.14182) 171 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:07.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:05.825167+0000 mgr.smithi073.qftnkv (mgr.14182) 172 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 85 B/s wr, 32 op/s 2023-11-15T05:21:07.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:05.617707+0000 mgr.smithi073.qftnkv (mgr.14182) 171 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:07.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:05.825167+0000 mgr.smithi073.qftnkv (mgr.14182) 172 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 85 B/s wr, 32 op/s 2023-11-15T05:21:08.341 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:08.341 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:08.734 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:09.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:07.825888+0000 mgr.smithi073.qftnkv (mgr.14182) 173 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 85 B/s wr, 27 op/s 2023-11-15T05:21:09.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:08.337441+0000 mgr.smithi073.qftnkv (mgr.14182) 174 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:09.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:07.825888+0000 mgr.smithi073.qftnkv (mgr.14182) 173 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 85 B/s wr, 27 op/s 2023-11-15T05:21:09.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:08.337441+0000 mgr.smithi073.qftnkv (mgr.14182) 174 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:09.735 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:11.048 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:11.048 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:11.435 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:11.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:09.826408+0000 mgr.smithi073.qftnkv (mgr.14182) 175 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 0 B/s wr, 8 op/s 2023-11-15T05:21:11.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:09.826408+0000 mgr.smithi073.qftnkv (mgr.14182) 175 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 0 B/s wr, 8 op/s 2023-11-15T05:21:12.437 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:12.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:11.044379+0000 mgr.smithi073.qftnkv (mgr.14182) 176 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:12.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:11.044379+0000 mgr.smithi073.qftnkv (mgr.14182) 176 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:13.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:11.827004+0000 mgr.smithi073.qftnkv (mgr.14182) 177 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:21:13.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:11.827004+0000 mgr.smithi073.qftnkv (mgr.14182) 177 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:21:13.816 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:13.816 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:14.183 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:15.185 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:15.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:13.813143+0000 mgr.smithi073.qftnkv (mgr.14182) 178 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:15.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:13.827679+0000 mgr.smithi073.qftnkv (mgr.14182) 179 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T05:21:15.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:13.813143+0000 mgr.smithi073.qftnkv (mgr.14182) 178 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:15.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:13.827679+0000 mgr.smithi073.qftnkv (mgr.14182) 179 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T05:21:16.591 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:16.591 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:16.967 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:17.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:15.828282+0000 mgr.smithi073.qftnkv (mgr.14182) 180 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 B/s wr, 0 op/s 2023-11-15T05:21:17.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:16.587836+0000 mgr.smithi073.qftnkv (mgr.14182) 181 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:15.828282+0000 mgr.smithi073.qftnkv (mgr.14182) 180 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 B/s wr, 0 op/s 2023-11-15T05:21:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:16.587836+0000 mgr.smithi073.qftnkv (mgr.14182) 181 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:17.969 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:19.367 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:19.367 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:19.664 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:17.829108+0000 mgr.smithi073.qftnkv (mgr.14182) 182 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:21:19.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:17.829108+0000 mgr.smithi073.qftnkv (mgr.14182) 182 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:21:19.749 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:20.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:19.363379+0000 mgr.smithi073.qftnkv (mgr.14182) 183 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:20.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:19.363379+0000 mgr.smithi073.qftnkv (mgr.14182) 183 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:20.750 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:21.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:19.829563+0000 mgr.smithi073.qftnkv (mgr.14182) 184 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:21.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:19.829563+0000 mgr.smithi073.qftnkv (mgr.14182) 184 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:22.087 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:22.087 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:22.457 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:23.458 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:23.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:21.830322+0000 mgr.smithi073.qftnkv (mgr.14182) 185 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:23.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:22.083610+0000 mgr.smithi073.qftnkv (mgr.14182) 186 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:23.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:21.830322+0000 mgr.smithi073.qftnkv (mgr.14182) 185 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:23.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:22.083610+0000 mgr.smithi073.qftnkv (mgr.14182) 186 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:24.900 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:24.900 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:25.416 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:25.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:23.831211+0000 mgr.smithi073.qftnkv (mgr.14182) 187 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:25.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:23.831211+0000 mgr.smithi073.qftnkv (mgr.14182) 187 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:26.417 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:26.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:24.896133+0000 mgr.smithi073.qftnkv (mgr.14182) 188 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:26.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:24.896133+0000 mgr.smithi073.qftnkv (mgr.14182) 188 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:25.831786+0000 mgr.smithi073.qftnkv (mgr.14182) 189 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:27.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:25.831786+0000 mgr.smithi073.qftnkv (mgr.14182) 189 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:27.741 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:27.741 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:28.123 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:29.125 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:29.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:27.737456+0000 mgr.smithi073.qftnkv (mgr.14182) 190 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:29.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:27.832567+0000 mgr.smithi073.qftnkv (mgr.14182) 191 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:29.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:27.737456+0000 mgr.smithi073.qftnkv (mgr.14182) 190 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:29.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:27.832567+0000 mgr.smithi073.qftnkv (mgr.14182) 191 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:30.433 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:30.434 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:30.822 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:31.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:29.833030+0000 mgr.smithi073.qftnkv (mgr.14182) 192 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:31.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:30.430472+0000 mgr.smithi073.qftnkv (mgr.14182) 193 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:31.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:29.833030+0000 mgr.smithi073.qftnkv (mgr.14182) 192 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:21:31.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:30.430472+0000 mgr.smithi073.qftnkv (mgr.14182) 193 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:31.823 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:33.139 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:33.140 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:33.507 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:31.833726+0000 mgr.smithi073.qftnkv (mgr.14182) 194 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:33.563 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:33.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:31.833726+0000 mgr.smithi073.qftnkv (mgr.14182) 194 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:34.564 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:34.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:33.136241+0000 mgr.smithi073.qftnkv (mgr.14182) 195 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:34.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:33.136241+0000 mgr.smithi073.qftnkv (mgr.14182) 195 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:35.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:33.834453+0000 mgr.smithi073.qftnkv (mgr.14182) 196 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:35.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:33.834453+0000 mgr.smithi073.qftnkv (mgr.14182) 196 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:35.914 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:35.914 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:36.304 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:37.306 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:37.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:35.834913+0000 mgr.smithi073.qftnkv (mgr.14182) 197 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:37.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:35.911059+0000 mgr.smithi073.qftnkv (mgr.14182) 198 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:37.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:35.834913+0000 mgr.smithi073.qftnkv (mgr.14182) 197 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:37.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:35.911059+0000 mgr.smithi073.qftnkv (mgr.14182) 198 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:38.596 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:38.596 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:38.988 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:39.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:37.835760+0000 mgr.smithi073.qftnkv (mgr.14182) 199 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:21:39.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:38.592879+0000 mgr.smithi073.qftnkv (mgr.14182) 200 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:39.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:37.835760+0000 mgr.smithi073.qftnkv (mgr.14182) 199 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:21:39.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:38.592879+0000 mgr.smithi073.qftnkv (mgr.14182) 200 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:39.993 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:41.355 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:41.355 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:41.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:39.836509+0000 mgr.smithi073.qftnkv (mgr.14182) 201 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:41.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:39.836509+0000 mgr.smithi073.qftnkv (mgr.14182) 201 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:41.761 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:42.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:41.350987+0000 mgr.smithi073.qftnkv (mgr.14182) 202 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:42.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:41.350987+0000 mgr.smithi073.qftnkv (mgr.14182) 202 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:42.763 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:43.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:41.837093+0000 mgr.smithi073.qftnkv (mgr.14182) 203 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:43.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:41.837093+0000 mgr.smithi073.qftnkv (mgr.14182) 203 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:44.111 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:44.111 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:44.511 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:45.513 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:45.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:43.837746+0000 mgr.smithi073.qftnkv (mgr.14182) 204 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:45.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:44.107407+0000 mgr.smithi073.qftnkv (mgr.14182) 205 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:45.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:43.837746+0000 mgr.smithi073.qftnkv (mgr.14182) 204 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:45.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:44.107407+0000 mgr.smithi073.qftnkv (mgr.14182) 205 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:46.876 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:46.877 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:47.246 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:47.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:45.838190+0000 mgr.smithi073.qftnkv (mgr.14182) 206 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:45.838190+0000 mgr.smithi073.qftnkv (mgr.14182) 206 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:48.249 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:46.873535+0000 mgr.smithi073.qftnkv (mgr.14182) 207 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:48.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:46.873535+0000 mgr.smithi073.qftnkv (mgr.14182) 207 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:49.562 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:49.563 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:49.590 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:47.839247+0000 mgr.smithi073.qftnkv (mgr.14182) 208 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:21:49.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:47.839247+0000 mgr.smithi073.qftnkv (mgr.14182) 208 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:21:49.944 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:50.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:49.558941+0000 mgr.smithi073.qftnkv (mgr.14182) 209 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:50.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:49.558941+0000 mgr.smithi073.qftnkv (mgr.14182) 209 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:50.946 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:51.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:49.839713+0000 mgr.smithi073.qftnkv (mgr.14182) 210 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:49.839713+0000 mgr.smithi073.qftnkv (mgr.14182) 210 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:52.297 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:52.298 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:52.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:51.813785+0000 mon.smithi073 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]: dispatch 2023-11-15T05:21:52.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:51.813968+0000 mon.smithi073 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1c", "id": [5, 3]}]: dispatch 2023-11-15T05:21:52.661 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:51.813785+0000 mon.smithi073 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]: dispatch 2023-11-15T05:21:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:51.813968+0000 mon.smithi073 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1c", "id": [5, 3]}]: dispatch 2023-11-15T05:21:53.663 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:53.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:51.840467+0000 mgr.smithi073.qftnkv (mgr.14182) 211 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:53.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:52.293509+0000 mgr.smithi073.qftnkv (mgr.14182) 212 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:53.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:52.424990+0000 mon.smithi073 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]': finished 2023-11-15T05:21:53.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:52.425073+0000 mon.smithi073 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1c", "id": [5, 3]}]': finished 2023-11-15T05:21:53.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:52.425137+0000 mon.smithi073 (mon.0) 654 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T05:21:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:51.840467+0000 mgr.smithi073.qftnkv (mgr.14182) 211 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:21:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:52.293509+0000 mgr.smithi073.qftnkv (mgr.14182) 212 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:53.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:52.424990+0000 mon.smithi073 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]': finished 2023-11-15T05:21:53.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:52.425073+0000 mon.smithi073 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1c", "id": [5, 3]}]': finished 2023-11-15T05:21:53.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:52.425137+0000 mon.smithi073 (mon.0) 654 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T05:21:54.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:53.431624+0000 mon.smithi073 (mon.0) 655 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T05:21:54.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:53.431624+0000 mon.smithi073 (mon.0) 655 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T05:21:55.012 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:55.012 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:55.393 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:55.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:53.840848+0000 mgr.smithi073.qftnkv (mgr.14182) 213 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-15T05:21:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:53.840848+0000 mgr.smithi073.qftnkv (mgr.14182) 213 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-15T05:21:56.397 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:56.736 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:55.007196+0000 mgr.smithi073.qftnkv (mgr.14182) 214 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:56.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:55.007196+0000 mgr.smithi073.qftnkv (mgr.14182) 214 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:55.841473+0000 mgr.smithi073.qftnkv (mgr.14182) 215 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:21:57.737 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:21:57.737 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:21:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:55.841473+0000 mgr.smithi073.qftnkv (mgr.14182) 215 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:21:58.152 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:21:59.154 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:21:59.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:21:57.734078+0000 mgr.smithi073.qftnkv (mgr.14182) 216 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:59.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:21:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:57.842342+0000 mgr.smithi073.qftnkv (mgr.14182) 217 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-15T05:21:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:21:57.734078+0000 mgr.smithi073.qftnkv (mgr.14182) 216 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:21:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:21:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:57.842342+0000 mgr.smithi073.qftnkv (mgr.14182) 217 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-15T05:22:00.589 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:00.589 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:00.976 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:21:59.842799+0000 mgr.smithi073.qftnkv (mgr.14182) 218 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-15T05:22:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:00.585640+0000 mgr.smithi073.qftnkv (mgr.14182) 219 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:01.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:21:59.842799+0000 mgr.smithi073.qftnkv (mgr.14182) 218 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-15T05:22:01.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:00.585640+0000 mgr.smithi073.qftnkv (mgr.14182) 219 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:01.977 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:03.383 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:03.383 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:03.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:01.843603+0000 mgr.smithi073.qftnkv (mgr.14182) 220 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2023-11-15T05:22:03.719 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:01.843603+0000 mgr.smithi073.qftnkv (mgr.14182) 220 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2023-11-15T05:22:04.720 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:04.754 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:03.379787+0000 mgr.smithi073.qftnkv (mgr.14182) 221 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:04.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:03.379787+0000 mgr.smithi073.qftnkv (mgr.14182) 221 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:05.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:03.844256+0000 mgr.smithi073.qftnkv (mgr.14182) 222 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T05:22:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:03.844256+0000 mgr.smithi073.qftnkv (mgr.14182) 222 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T05:22:06.083 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:06.083 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:06.476 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:07.478 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:05.844715+0000 mgr.smithi073.qftnkv (mgr.14182) 223 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:06.078684+0000 mgr.smithi073.qftnkv (mgr.14182) 224 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:05.844715+0000 mgr.smithi073.qftnkv (mgr.14182) 223 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:06.078684+0000 mgr.smithi073.qftnkv (mgr.14182) 224 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:08.841 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:08.842 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:09.285 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:09.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:07.845631+0000 mgr.smithi073.qftnkv (mgr.14182) 225 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:07.845631+0000 mgr.smithi073.qftnkv (mgr.14182) 225 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:10.286 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:10.609 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:08.838180+0000 mgr.smithi073.qftnkv (mgr.14182) 226 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:10.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:08.838180+0000 mgr.smithi073.qftnkv (mgr.14182) 226 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:11.600 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:11.601 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:11.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:09.846286+0000 mgr.smithi073.qftnkv (mgr.14182) 227 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:09.846286+0000 mgr.smithi073.qftnkv (mgr.14182) 227 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:12.000 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:12.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:11.597074+0000 mgr.smithi073.qftnkv (mgr.14182) 228 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:12.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:11.597074+0000 mgr.smithi073.qftnkv (mgr.14182) 228 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:13.001 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:13.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:11.846983+0000 mgr.smithi073.qftnkv (mgr.14182) 229 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:11.846983+0000 mgr.smithi073.qftnkv (mgr.14182) 229 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:14.387 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:14.388 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:14.734 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:15.736 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:15.765 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:13.847628+0000 mgr.smithi073.qftnkv (mgr.14182) 230 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:15.766 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:14.383255+0000 mgr.smithi073.qftnkv (mgr.14182) 231 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:13.847628+0000 mgr.smithi073.qftnkv (mgr.14182) 230 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:14.383255+0000 mgr.smithi073.qftnkv (mgr.14182) 231 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:17.090 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:17.091 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:17.474 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:15.848074+0000 mgr.smithi073.qftnkv (mgr.14182) 232 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:15.848074+0000 mgr.smithi073.qftnkv (mgr.14182) 232 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:18.475 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:18.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:17.087260+0000 mgr.smithi073.qftnkv (mgr.14182) 233 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:17.087260+0000 mgr.smithi073.qftnkv (mgr.14182) 233 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:19.723 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:17.849044+0000 mgr.smithi073.qftnkv (mgr.14182) 234 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:19.880 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:19.880 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:17.849044+0000 mgr.smithi073.qftnkv (mgr.14182) 234 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:20.242 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:21.243 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:21.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:19.849503+0000 mgr.smithi073.qftnkv (mgr.14182) 235 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:21.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:19.876592+0000 mgr.smithi073.qftnkv (mgr.14182) 236 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:19.849503+0000 mgr.smithi073.qftnkv (mgr.14182) 235 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:19.876592+0000 mgr.smithi073.qftnkv (mgr.14182) 236 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:22.688 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:22.689 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:23.091 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:21.850078+0000 mgr.smithi073.qftnkv (mgr.14182) 237 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:23.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:21.850078+0000 mgr.smithi073.qftnkv (mgr.14182) 237 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:24.092 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:24.768 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:22.684891+0000 mgr.smithi073.qftnkv (mgr.14182) 238 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:24.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:22.684891+0000 mgr.smithi073.qftnkv (mgr.14182) 238 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:25.491 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:25.491 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:25.879 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:23.850775+0000 mgr.smithi073.qftnkv (mgr.14182) 239 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:25.899 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:23.850775+0000 mgr.smithi073.qftnkv (mgr.14182) 239 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:26.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:25.487292+0000 mgr.smithi073.qftnkv (mgr.14182) 240 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:26.899 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:26.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:25.487292+0000 mgr.smithi073.qftnkv (mgr.14182) 240 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:27.892 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:25.851243+0000 mgr.smithi073.qftnkv (mgr.14182) 241 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:25.851243+0000 mgr.smithi073.qftnkv (mgr.14182) 241 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:28.233 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:28.233 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:28.649 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:29.650 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:27.852101+0000 mgr.smithi073.qftnkv (mgr.14182) 242 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:28.229778+0000 mgr.smithi073.qftnkv (mgr.14182) 243 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:27.852101+0000 mgr.smithi073.qftnkv (mgr.14182) 242 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:28.229778+0000 mgr.smithi073.qftnkv (mgr.14182) 243 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:31.017 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:31.018 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:31.388 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:31.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:29.852538+0000 mgr.smithi073.qftnkv (mgr.14182) 244 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:29.852538+0000 mgr.smithi073.qftnkv (mgr.14182) 244 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:32.389 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:32.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:31.013908+0000 mgr.smithi073.qftnkv (mgr.14182) 245 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:32.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:31.013908+0000 mgr.smithi073.qftnkv (mgr.14182) 245 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:33.813 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:33.813 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:33.838 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:31.853396+0000 mgr.smithi073.qftnkv (mgr.14182) 246 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:31.853396+0000 mgr.smithi073.qftnkv (mgr.14182) 246 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:34.197 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:35.198 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:35.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:33.809650+0000 mgr.smithi073.qftnkv (mgr.14182) 247 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:35.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:33.853951+0000 mgr.smithi073.qftnkv (mgr.14182) 248 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:33.809650+0000 mgr.smithi073.qftnkv (mgr.14182) 247 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:33.853951+0000 mgr.smithi073.qftnkv (mgr.14182) 248 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:36.595 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:36.654 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:36.966 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:35.854452+0000 mgr.smithi073.qftnkv (mgr.14182) 249 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:37.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:36.591602+0000 mgr.smithi073.qftnkv (mgr.14182) 250 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:35.854452+0000 mgr.smithi073.qftnkv (mgr.14182) 249 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:36.591602+0000 mgr.smithi073.qftnkv (mgr.14182) 250 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:37.968 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:39.352 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:39.352 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:39.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:37.855330+0000 mgr.smithi073.qftnkv (mgr.14182) 251 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:39.688 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:37.855330+0000 mgr.smithi073.qftnkv (mgr.14182) 251 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:40.690 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:40.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:39.348486+0000 mgr.smithi073.qftnkv (mgr.14182) 252 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:40.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:39.348486+0000 mgr.smithi073.qftnkv (mgr.14182) 252 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:41.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:39.855772+0000 mgr.smithi073.qftnkv (mgr.14182) 253 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:39.855772+0000 mgr.smithi073.qftnkv (mgr.14182) 253 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:42.137 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:42.137 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:42.539 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:43.540 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:43.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:41.856517+0000 mgr.smithi073.qftnkv (mgr.14182) 254 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:43.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:42.133616+0000 mgr.smithi073.qftnkv (mgr.14182) 255 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:41.856517+0000 mgr.smithi073.qftnkv (mgr.14182) 254 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:43.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:42.133616+0000 mgr.smithi073.qftnkv (mgr.14182) 255 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:44.862 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:44.863 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:45.245 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:43.857142+0000 mgr.smithi073.qftnkv (mgr.14182) 256 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:45.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:43.857142+0000 mgr.smithi073.qftnkv (mgr.14182) 256 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:46.247 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:46.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:44.859058+0000 mgr.smithi073.qftnkv (mgr.14182) 257 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:46.915 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:44.859058+0000 mgr.smithi073.qftnkv (mgr.14182) 257 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:47.597 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:47.597 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:45.857761+0000 mgr.smithi073.qftnkv (mgr.14182) 258 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:47.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:45.857761+0000 mgr.smithi073.qftnkv (mgr.14182) 258 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:47.977 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:48.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:47.593406+0000 mgr.smithi073.qftnkv (mgr.14182) 259 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:48.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:47.593406+0000 mgr.smithi073.qftnkv (mgr.14182) 259 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:48.979 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:47.858619+0000 mgr.smithi073.qftnkv (mgr.14182) 260 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:49.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:47.858619+0000 mgr.smithi073.qftnkv (mgr.14182) 260 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:22:50.402 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:50.402 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:50.794 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:51.795 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:51.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:49.859065+0000 mgr.smithi073.qftnkv (mgr.14182) 261 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:51.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:50.398579+0000 mgr.smithi073.qftnkv (mgr.14182) 262 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:49.859065+0000 mgr.smithi073.qftnkv (mgr.14182) 261 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:50.398579+0000 mgr.smithi073.qftnkv (mgr.14182) 262 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:53.231 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:53.231 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:53.626 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:51.859872+0000 mgr.smithi073.qftnkv (mgr.14182) 263 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:53.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:51.859872+0000 mgr.smithi073.qftnkv (mgr.14182) 263 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:54.627 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:54.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:53.227406+0000 mgr.smithi073.qftnkv (mgr.14182) 264 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:54.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:53.227406+0000 mgr.smithi073.qftnkv (mgr.14182) 264 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:53.860622+0000 mgr.smithi073.qftnkv (mgr.14182) 265 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:55.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:53.860622+0000 mgr.smithi073.qftnkv (mgr.14182) 265 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:55.967 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:55.967 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:56.384 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:57.385 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:22:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:55.861076+0000 mgr.smithi073.qftnkv (mgr.14182) 266 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:55.963964+0000 mgr.smithi073.qftnkv (mgr.14182) 267 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:55.861076+0000 mgr.smithi073.qftnkv (mgr.14182) 266 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:22:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:55.963964+0000 mgr.smithi073.qftnkv (mgr.14182) 267 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:22:58.719 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:22:58.719 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:22:59.117 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:22:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:22:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:57.861841+0000 mgr.smithi073.qftnkv (mgr.14182) 268 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T05:22:59.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:22:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:57.861841+0000 mgr.smithi073.qftnkv (mgr.14182) 268 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T05:23:00.118 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:00.771 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:22:58.715633+0000 mgr.smithi073.qftnkv (mgr.14182) 269 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:00.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:22:58.715633+0000 mgr.smithi073.qftnkv (mgr.14182) 269 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:01.420 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:01.421 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:01.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:22:59.862288+0000 mgr.smithi073.qftnkv (mgr.14182) 270 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:23:01.834 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:22:59.862288+0000 mgr.smithi073.qftnkv (mgr.14182) 270 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:23:02.835 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:02.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:01.416740+0000 mgr.smithi073.qftnkv (mgr.14182) 271 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:02.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:01.416740+0000 mgr.smithi073.qftnkv (mgr.14182) 271 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:03.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:01.862859+0000 mgr.smithi073.qftnkv (mgr.14182) 272 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:23:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:01.862859+0000 mgr.smithi073.qftnkv (mgr.14182) 272 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:23:04.143 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:04.143 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:04.533 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:05.534 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:05.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:03.863520+0000 mgr.smithi073.qftnkv (mgr.14182) 273 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:23:05.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:04.139755+0000 mgr.smithi073.qftnkv (mgr.14182) 274 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:03.863520+0000 mgr.smithi073.qftnkv (mgr.14182) 273 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:23:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:04.139755+0000 mgr.smithi073.qftnkv (mgr.14182) 274 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:06.979 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:06.979 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:07.509 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:05.864094+0000 mgr.smithi073.qftnkv (mgr.14182) 275 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:23:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:05.864094+0000 mgr.smithi073.qftnkv (mgr.14182) 275 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:23:08.511 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:08.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:06.975194+0000 mgr.smithi073.qftnkv (mgr.14182) 276 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:08.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:06.975194+0000 mgr.smithi073.qftnkv (mgr.14182) 276 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:07.864818+0000 mgr.smithi073.qftnkv (mgr.14182) 277 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T05:23:09.918 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:09.919 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z 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.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:09.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:07.864818+0000 mgr.smithi073.qftnkv (mgr.14182) 277 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T05:23:10.327 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:10.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:09.971054+0000 mon.smithi073 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.iamybv"}]: dispatch 2023-11-15T05:23:10.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:09.971054+0000 mon.smithi073 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.iamybv"}]: dispatch 2023-11-15T05:23:11.329 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:11.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:09.865286+0000 mgr.smithi073.qftnkv (mgr.14182) 278 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:11.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:09.915502+0000 mgr.smithi073.qftnkv (mgr.14182) 279 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:11.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:23:09.970494+0000 mgr.smithi073.qftnkv (mgr.14182) 280 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.iamybv ... 2023-11-15T05:23:11.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:23:11.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:21:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:21:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:22:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:23:11.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Traceback (most recent call last): 2023-11-15T05:23:11.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:23:11.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: yield (conn, connr) 2023-11-15T05:23:11.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:23:11.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: code, '\n'.join(err))) 2023-11-15T05:23:11.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.iamybv ... 2023-11-15T05:23:11.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:23:11.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:21:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:21:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:22:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:23:11.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:23:09.970753+0000 mgr.smithi073.qftnkv (mgr.14182) 281 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:23:09.971602+0000 mgr.smithi073.qftnkv (mgr.14182) 282 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.iamybv ... 2023-11-15T05:23:11.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:23:11.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:21:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:21:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:22:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:23:11.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:23:09.973064+0000 mgr.smithi073.qftnkv (mgr.14182) 283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xnmbwk on smithi073 2023-11-15T05:23:11.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:09.865286+0000 mgr.smithi073.qftnkv (mgr.14182) 278 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:11.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:09.915502+0000 mgr.smithi073.qftnkv (mgr.14182) 279 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:11.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:23:09.970494+0000 mgr.smithi073.qftnkv (mgr.14182) 280 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.iamybv ... 2023-11-15T05:23:11.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:23:11.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:21:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:21:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:22:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:23:11.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Traceback (most recent call last): 2023-11-15T05:23:11.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:23:11.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: yield (conn, connr) 2023-11-15T05:23:11.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:23:11.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: code, '\n'.join(err))) 2023-11-15T05:23:11.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.iamybv ... 2023-11-15T05:23:11.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:23:11.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:21:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:21:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:22:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:23:11.938 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.940 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:23:09.970753+0000 mgr.smithi073.qftnkv (mgr.14182) 281 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.940 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:23:09.971602+0000 mgr.smithi073.qftnkv (mgr.14182) 282 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.941 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv 2023-11-15T05:23:11.941 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.941 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv 2023-11-15T05:23:11.941 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.iamybv ... 2023-11-15T05:23:11.942 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.942 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:23:11.943 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:21:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.943 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:21:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.943 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:22:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:23:11.943 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:23:11.945 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:23:11.946 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:23:09.973064+0000 mgr.smithi073.qftnkv (mgr.14182) 283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xnmbwk on smithi073 2023-11-15T05:23:12.681 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:12.681 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:13.083 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:11.866044+0000 mgr.smithi073.qftnkv (mgr.14182) 284 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:13.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:11.866044+0000 mgr.smithi073.qftnkv (mgr.14182) 284 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:14.084 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:14.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:12.677312+0000 mgr.smithi073.qftnkv (mgr.14182) 285 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:12.677312+0000 mgr.smithi073.qftnkv (mgr.14182) 285 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:15.428 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:15.429 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:15.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:13.866678+0000 mgr.smithi073.qftnkv (mgr.14182) 286 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:15.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:15.425098+0000 mgr.smithi073.qftnkv (mgr.14182) 287 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:15.790 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:13.866678+0000 mgr.smithi073.qftnkv (mgr.14182) 286 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:15.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:15.425098+0000 mgr.smithi073.qftnkv (mgr.14182) 287 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:16.791 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:16.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:15.867171+0000 mgr.smithi073.qftnkv (mgr.14182) 288 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:16.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:15.867171+0000 mgr.smithi073.qftnkv (mgr.14182) 288 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:18.177 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:18.177 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:18.565 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:19.567 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:19.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:17.867994+0000 mgr.smithi073.qftnkv (mgr.14182) 289 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:23:19.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:18.173347+0000 mgr.smithi073.qftnkv (mgr.14182) 290 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:19.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:17.867994+0000 mgr.smithi073.qftnkv (mgr.14182) 289 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:23:19.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:18.173347+0000 mgr.smithi073.qftnkv (mgr.14182) 290 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:20.983 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:20.984 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:21.347 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:21.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:19.868521+0000 mgr.smithi073.qftnkv (mgr.14182) 291 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:21.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:19.868521+0000 mgr.smithi073.qftnkv (mgr.14182) 291 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:22.348 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:22.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:20.979649+0000 mgr.smithi073.qftnkv (mgr.14182) 292 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:22.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:20.979649+0000 mgr.smithi073.qftnkv (mgr.14182) 292 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:23.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:21.869109+0000 mgr.smithi073.qftnkv (mgr.14182) 293 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:23.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:21.869109+0000 mgr.smithi073.qftnkv (mgr.14182) 293 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:23.717 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:23.717 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:24.073 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:25.074 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:25.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:23.713802+0000 mgr.smithi073.qftnkv (mgr.14182) 294 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:25.644 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:23.869734+0000 mgr.smithi073.qftnkv (mgr.14182) 295 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:25.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:23.713802+0000 mgr.smithi073.qftnkv (mgr.14182) 294 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:25.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:23.869734+0000 mgr.smithi073.qftnkv (mgr.14182) 295 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:26.558 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:26.558 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:26.987 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:25.870386+0000 mgr.smithi073.qftnkv (mgr.14182) 296 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:26.553993+0000 mgr.smithi073.qftnkv (mgr.14182) 297 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:25.870386+0000 mgr.smithi073.qftnkv (mgr.14182) 296 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:26.553993+0000 mgr.smithi073.qftnkv (mgr.14182) 297 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:27.990 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:29.355 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:29.356 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:29.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:27.871461+0000 mgr.smithi073.qftnkv (mgr.14182) 298 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:23:29.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:27.871461+0000 mgr.smithi073.qftnkv (mgr.14182) 298 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:23:29.739 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:30.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:29.350820+0000 mgr.smithi073.qftnkv (mgr.14182) 299 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:30.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:29.350820+0000 mgr.smithi073.qftnkv (mgr.14182) 299 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:30.741 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:31.653 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:29.872003+0000 mgr.smithi073.qftnkv (mgr.14182) 300 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:31.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:29.872003+0000 mgr.smithi073.qftnkv (mgr.14182) 300 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:32.155 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:32.155 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:32.529 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:33.530 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:33.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:31.872666+0000 mgr.smithi073.qftnkv (mgr.14182) 301 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:33.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:32.151548+0000 mgr.smithi073.qftnkv (mgr.14182) 302 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:33.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:31.872666+0000 mgr.smithi073.qftnkv (mgr.14182) 301 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:33.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:32.151548+0000 mgr.smithi073.qftnkv (mgr.14182) 302 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:34.960 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:34.961 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:35.390 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:35.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:33.873348+0000 mgr.smithi073.qftnkv (mgr.14182) 303 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:35.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:33.873348+0000 mgr.smithi073.qftnkv (mgr.14182) 303 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:36.391 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:36.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:34.957218+0000 mgr.smithi073.qftnkv (mgr.14182) 304 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:36.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:34.957218+0000 mgr.smithi073.qftnkv (mgr.14182) 304 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:37.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:35.873957+0000 mgr.smithi073.qftnkv (mgr.14182) 305 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:35.873957+0000 mgr.smithi073.qftnkv (mgr.14182) 305 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:37.715 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:37.716 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:38.154 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:39.155 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:39.538 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:37.712175+0000 mgr.smithi073.qftnkv (mgr.14182) 306 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:39.538 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:37.874907+0000 mgr.smithi073.qftnkv (mgr.14182) 307 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:23:39.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:37.712175+0000 mgr.smithi073.qftnkv (mgr.14182) 306 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:39.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:37.874907+0000 mgr.smithi073.qftnkv (mgr.14182) 307 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:23:40.546 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:40.547 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:40.919 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:41.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:39.875625+0000 mgr.smithi073.qftnkv (mgr.14182) 308 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:41.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:40.542889+0000 mgr.smithi073.qftnkv (mgr.14182) 309 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:41.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:39.875625+0000 mgr.smithi073.qftnkv (mgr.14182) 308 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:41.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:40.542889+0000 mgr.smithi073.qftnkv (mgr.14182) 309 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:41.920 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:43.480 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:43.480 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:43.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:41.876365+0000 mgr.smithi073.qftnkv (mgr.14182) 310 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:43.852 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:41.876365+0000 mgr.smithi073.qftnkv (mgr.14182) 310 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:44.853 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:44.885 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:43.476200+0000 mgr.smithi073.qftnkv (mgr.14182) 311 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:44.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:43.476200+0000 mgr.smithi073.qftnkv (mgr.14182) 311 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:45.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:43.877013+0000 mgr.smithi073.qftnkv (mgr.14182) 312 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:43.877013+0000 mgr.smithi073.qftnkv (mgr.14182) 312 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:46.176 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:46.176 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:46.552 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:47.553 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:47.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:45.877610+0000 mgr.smithi073.qftnkv (mgr.14182) 313 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:47.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:46.172472+0000 mgr.smithi073.qftnkv (mgr.14182) 314 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:45.877610+0000 mgr.smithi073.qftnkv (mgr.14182) 313 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:23:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:46.172472+0000 mgr.smithi073.qftnkv (mgr.14182) 314 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:48.885 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:48.886 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:49.284 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:49.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:47.878503+0000 mgr.smithi073.qftnkv (mgr.14182) 315 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:47.878503+0000 mgr.smithi073.qftnkv (mgr.14182) 315 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:50.285 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:50.611 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:48.881567+0000 mgr.smithi073.qftnkv (mgr.14182) 316 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:50.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:48.881567+0000 mgr.smithi073.qftnkv (mgr.14182) 316 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:51.589 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:51.589 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:51.608 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:49.879157+0000 mgr.smithi073.qftnkv (mgr.14182) 317 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:49.879157+0000 mgr.smithi073.qftnkv (mgr.14182) 317 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:51.978 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:51.581568+0000 mgr.smithi073.qftnkv (mgr.14182) 318 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:52.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:51.581568+0000 mgr.smithi073.qftnkv (mgr.14182) 318 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:52.979 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:53.647 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:51.879721+0000 mgr.smithi073.qftnkv (mgr.14182) 319 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:51.879721+0000 mgr.smithi073.qftnkv (mgr.14182) 319 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:54.329 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:54.329 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:54.701 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:55.703 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:55.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:53.880389+0000 mgr.smithi073.qftnkv (mgr.14182) 320 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:55.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:54.325129+0000 mgr.smithi073.qftnkv (mgr.14182) 321 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:53.880389+0000 mgr.smithi073.qftnkv (mgr.14182) 320 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:54.325129+0000 mgr.smithi073.qftnkv (mgr.14182) 321 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:57.080 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:57.081 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:57.462 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:23:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:55.880843+0000 mgr.smithi073.qftnkv (mgr.14182) 322 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:55.880843+0000 mgr.smithi073.qftnkv (mgr.14182) 322 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:58.463 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:23:58.839 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:57.076997+0000 mgr.smithi073.qftnkv (mgr.14182) 323 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:58.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:58 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:57.076997+0000 mgr.smithi073.qftnkv (mgr.14182) 323 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:23:59.898 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:23:59.898 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:23:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:23:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:57.881780+0000 mgr.smithi073.qftnkv (mgr.14182) 324 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:23:59.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:23:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:57.881780+0000 mgr.smithi073.qftnkv (mgr.14182) 324 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T05:24:00.268 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:01.270 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:01.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:23:59.882247+0000 mgr.smithi073.qftnkv (mgr.14182) 325 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:01.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:23:59.894276+0000 mgr.smithi073.qftnkv (mgr.14182) 326 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:23:59.882247+0000 mgr.smithi073.qftnkv (mgr.14182) 325 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:23:59.894276+0000 mgr.smithi073.qftnkv (mgr.14182) 326 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:02.751 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:02.751 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:03.159 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:01.882866+0000 mgr.smithi073.qftnkv (mgr.14182) 327 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:03.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:01.882866+0000 mgr.smithi073.qftnkv (mgr.14182) 327 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:04.161 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:04.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:02.747862+0000 mgr.smithi073.qftnkv (mgr.14182) 328 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:04.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:02.747862+0000 mgr.smithi073.qftnkv (mgr.14182) 328 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:05.488 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:05.489 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:05.839 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:03.883524+0000 mgr.smithi073.qftnkv (mgr.14182) 329 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:05.883 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:03.883524+0000 mgr.smithi073.qftnkv (mgr.14182) 329 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:06.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:05.484866+0000 mgr.smithi073.qftnkv (mgr.14182) 330 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:06.884 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:06.913 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:05.484866+0000 mgr.smithi073.qftnkv (mgr.14182) 330 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:07.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:05.884102+0000 mgr.smithi073.qftnkv (mgr.14182) 331 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:05.884102+0000 mgr.smithi073.qftnkv (mgr.14182) 331 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:08.187 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:08.188 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:08.566 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:09.567 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:09.900 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:07.884856+0000 mgr.smithi073.qftnkv (mgr.14182) 332 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:09.901 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:08.184072+0000 mgr.smithi073.qftnkv (mgr.14182) 333 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:07.884856+0000 mgr.smithi073.qftnkv (mgr.14182) 332 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:08.184072+0000 mgr.smithi073.qftnkv (mgr.14182) 333 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:10.927 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:10.928 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:11.307 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:11.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:09.885404+0000 mgr.smithi073.qftnkv (mgr.14182) 334 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:09.885404+0000 mgr.smithi073.qftnkv (mgr.14182) 334 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:12.308 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:12.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:10.923841+0000 mgr.smithi073.qftnkv (mgr.14182) 335 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:12.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:10.923841+0000 mgr.smithi073.qftnkv (mgr.14182) 335 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:13.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:11.886077+0000 mgr.smithi073.qftnkv (mgr.14182) 336 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:13.721 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:13.722 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:11.886077+0000 mgr.smithi073.qftnkv (mgr.14182) 336 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:14.232 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:15.234 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:15.608 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:13.717735+0000 mgr.smithi073.qftnkv (mgr.14182) 337 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:15.608 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:13.886710+0000 mgr.smithi073.qftnkv (mgr.14182) 338 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:13.717735+0000 mgr.smithi073.qftnkv (mgr.14182) 337 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:13.886710+0000 mgr.smithi073.qftnkv (mgr.14182) 338 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:16.694 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:16.694 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:17.107 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:15.887401+0000 mgr.smithi073.qftnkv (mgr.14182) 339 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:15.887401+0000 mgr.smithi073.qftnkv (mgr.14182) 339 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:18.108 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:18.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:16.690216+0000 mgr.smithi073.qftnkv (mgr.14182) 340 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:16.690216+0000 mgr.smithi073.qftnkv (mgr.14182) 340 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:19.471 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:19.471 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:19.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:17.888396+0000 mgr.smithi073.qftnkv (mgr.14182) 341 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:19.846 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:17.888396+0000 mgr.smithi073.qftnkv (mgr.14182) 341 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:20.847 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:20.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:19.467315+0000 mgr.smithi073.qftnkv (mgr.14182) 342 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:20.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:19.467315+0000 mgr.smithi073.qftnkv (mgr.14182) 342 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:21.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:19.888870+0000 mgr.smithi073.qftnkv (mgr.14182) 343 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:19.888870+0000 mgr.smithi073.qftnkv (mgr.14182) 343 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:22.167 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:22.167 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:22.573 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:23.575 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:23.907 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:21.889484+0000 mgr.smithi073.qftnkv (mgr.14182) 344 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:23.907 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:22.163542+0000 mgr.smithi073.qftnkv (mgr.14182) 345 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:21.889484+0000 mgr.smithi073.qftnkv (mgr.14182) 344 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:22.163542+0000 mgr.smithi073.qftnkv (mgr.14182) 345 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:25.032 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:25.032 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:25.406 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:25.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:23.890334+0000 mgr.smithi073.qftnkv (mgr.14182) 346 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:23.890334+0000 mgr.smithi073.qftnkv (mgr.14182) 346 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:26.407 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:26.781 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:25.027295+0000 mgr.smithi073.qftnkv (mgr.14182) 347 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:26.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:25.027295+0000 mgr.smithi073.qftnkv (mgr.14182) 347 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:27.830 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:27.830 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:27.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:25.890773+0000 mgr.smithi073.qftnkv (mgr.14182) 348 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:25.890773+0000 mgr.smithi073.qftnkv (mgr.14182) 348 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:28.220 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:29.221 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:27.826640+0000 mgr.smithi073.qftnkv (mgr.14182) 349 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:27.891632+0000 mgr.smithi073.qftnkv (mgr.14182) 350 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:27.826640+0000 mgr.smithi073.qftnkv (mgr.14182) 349 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:27.891632+0000 mgr.smithi073.qftnkv (mgr.14182) 350 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:30.642 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:30.643 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:31.018 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:29.892075+0000 mgr.smithi073.qftnkv (mgr.14182) 351 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:31.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:29.892075+0000 mgr.smithi073.qftnkv (mgr.14182) 351 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:32.019 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:32.665 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:30.639372+0000 mgr.smithi073.qftnkv (mgr.14182) 352 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:32.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:30.639372+0000 mgr.smithi073.qftnkv (mgr.14182) 352 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:33.390 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:33.391 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:33.751 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:31.892731+0000 mgr.smithi073.qftnkv (mgr.14182) 353 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:33.778 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:31.892731+0000 mgr.smithi073.qftnkv (mgr.14182) 353 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:34.780 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:34.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:33.387403+0000 mgr.smithi073.qftnkv (mgr.14182) 354 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:34.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:33.387403+0000 mgr.smithi073.qftnkv (mgr.14182) 354 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:35.748 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:33.893441+0000 mgr.smithi073.qftnkv (mgr.14182) 355 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:33.893441+0000 mgr.smithi073.qftnkv (mgr.14182) 355 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:36.105 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:36.105 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:36.487 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:37.489 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:35.893882+0000 mgr.smithi073.qftnkv (mgr.14182) 356 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:36.101366+0000 mgr.smithi073.qftnkv (mgr.14182) 357 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:35.893882+0000 mgr.smithi073.qftnkv (mgr.14182) 356 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:37.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:36.101366+0000 mgr.smithi073.qftnkv (mgr.14182) 357 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:38.836 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:38.836 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:39.221 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:37.894798+0000 mgr.smithi073.qftnkv (mgr.14182) 358 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:39.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:37.894798+0000 mgr.smithi073.qftnkv (mgr.14182) 358 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:40.222 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:40.890 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:38.832547+0000 mgr.smithi073.qftnkv (mgr.14182) 359 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:38.832547+0000 mgr.smithi073.qftnkv (mgr.14182) 359 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:41.553 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:41.553 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:41.902 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:39.895403+0000 mgr.smithi073.qftnkv (mgr.14182) 360 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:39.895403+0000 mgr.smithi073.qftnkv (mgr.14182) 360 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:41.921 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:41.549588+0000 mgr.smithi073.qftnkv (mgr.14182) 361 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:41.549588+0000 mgr.smithi073.qftnkv (mgr.14182) 361 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:42.922 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:43.880 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:41.896163+0000 mgr.smithi073.qftnkv (mgr.14182) 362 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:41.896163+0000 mgr.smithi073.qftnkv (mgr.14182) 362 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:44.258 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:44.259 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:44.686 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:45.688 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:43.896759+0000 mgr.smithi073.qftnkv (mgr.14182) 363 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:44.253854+0000 mgr.smithi073.qftnkv (mgr.14182) 364 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:45.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:43.896759+0000 mgr.smithi073.qftnkv (mgr.14182) 363 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:45.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:44.253854+0000 mgr.smithi073.qftnkv (mgr.14182) 364 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:47.043 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:47.043 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:47.468 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:45.897204+0000 mgr.smithi073.qftnkv (mgr.14182) 365 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:45.897204+0000 mgr.smithi073.qftnkv (mgr.14182) 365 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:48.470 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:48.802 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:47.039461+0000 mgr.smithi073.qftnkv (mgr.14182) 366 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:48.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:47.039461+0000 mgr.smithi073.qftnkv (mgr.14182) 366 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:49.895 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:49.896 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:47.898072+0000 mgr.smithi073.qftnkv (mgr.14182) 367 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:49.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:47.898072+0000 mgr.smithi073.qftnkv (mgr.14182) 367 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:50.294 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:51.295 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:51.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:49.891865+0000 mgr.smithi073.qftnkv (mgr.14182) 368 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:51.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:49.898509+0000 mgr.smithi073.qftnkv (mgr.14182) 369 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:49.891865+0000 mgr.smithi073.qftnkv (mgr.14182) 368 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:49.898509+0000 mgr.smithi073.qftnkv (mgr.14182) 369 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:52.686 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:52.686 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:53.076 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:51.899126+0000 mgr.smithi073.qftnkv (mgr.14182) 370 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:53.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:51.899126+0000 mgr.smithi073.qftnkv (mgr.14182) 370 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:54.077 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:54.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:52.682628+0000 mgr.smithi073.qftnkv (mgr.14182) 371 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:54.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:52.682628+0000 mgr.smithi073.qftnkv (mgr.14182) 371 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:55.516 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:55.516 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:53.899816+0000 mgr.smithi073.qftnkv (mgr.14182) 372 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:55.916 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:53.899816+0000 mgr.smithi073.qftnkv (mgr.14182) 372 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:55.936 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:56.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:55.513028+0000 mgr.smithi073.qftnkv (mgr.14182) 373 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:56.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:55.513028+0000 mgr.smithi073.qftnkv (mgr.14182) 373 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:56.938 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:55.900309+0000 mgr.smithi073.qftnkv (mgr.14182) 374 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:57.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:55.900309+0000 mgr.smithi073.qftnkv (mgr.14182) 374 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:24:58.309 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:24:58.309 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:24:58.701 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:24:59.702 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:24:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:57.901356+0000 mgr.smithi073.qftnkv (mgr.14182) 375 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:24:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:24:58.305388+0000 mgr.smithi073.qftnkv (mgr.14182) 376 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:24:59.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:57.901356+0000 mgr.smithi073.qftnkv (mgr.14182) 375 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:24:59.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:24:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:24:58.305388+0000 mgr.smithi073.qftnkv (mgr.14182) 376 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:01.032 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:01.033 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:01.416 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:01.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:24:59.901815+0000 mgr.smithi073.qftnkv (mgr.14182) 377 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:24:59.901815+0000 mgr.smithi073.qftnkv (mgr.14182) 377 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:02.417 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:02.750 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:01.028963+0000 mgr.smithi073.qftnkv (mgr.14182) 378 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:02.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:01.028963+0000 mgr.smithi073.qftnkv (mgr.14182) 378 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:03.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:01.902414+0000 mgr.smithi073.qftnkv (mgr.14182) 379 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:03.754 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:03.754 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:01.902414+0000 mgr.smithi073.qftnkv (mgr.14182) 379 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:04.141 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:05.145 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:03.751003+0000 mgr.smithi073.qftnkv (mgr.14182) 380 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:03.903209+0000 mgr.smithi073.qftnkv (mgr.14182) 381 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:03.751003+0000 mgr.smithi073.qftnkv (mgr.14182) 380 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:05.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:03.903209+0000 mgr.smithi073.qftnkv (mgr.14182) 381 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:06.465 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:06.465 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:06.856 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:07.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:05.903669+0000 mgr.smithi073.qftnkv (mgr.14182) 382 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:07.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:06.461437+0000 mgr.smithi073.qftnkv (mgr.14182) 383 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:07.856 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:05.903669+0000 mgr.smithi073.qftnkv (mgr.14182) 382 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:06.461437+0000 mgr.smithi073.qftnkv (mgr.14182) 383 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:09.189 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:09.190 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:09.598 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:07.904597+0000 mgr.smithi073.qftnkv (mgr.14182) 384 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:25:09.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:07.904597+0000 mgr.smithi073.qftnkv (mgr.14182) 384 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:25:10.599 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:10.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:09.186439+0000 mgr.smithi073.qftnkv (mgr.14182) 385 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:10.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:09.186439+0000 mgr.smithi073.qftnkv (mgr.14182) 385 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:11.897 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:11.897 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:09.905246+0000 mgr.smithi073.qftnkv (mgr.14182) 386 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:11.917 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:09.905246+0000 mgr.smithi073.qftnkv (mgr.14182) 386 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:12.282 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:13.287 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:11.892213+0000 mgr.smithi073.qftnkv (mgr.14182) 387 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:11.905964+0000 mgr.smithi073.qftnkv (mgr.14182) 388 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:13.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:11.892213+0000 mgr.smithi073.qftnkv (mgr.14182) 387 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:13.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:11.905964+0000 mgr.smithi073.qftnkv (mgr.14182) 388 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:14.576 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:14.577 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:14.999 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:13.906632+0000 mgr.smithi073.qftnkv (mgr.14182) 389 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:14.572809+0000 mgr.smithi073.qftnkv (mgr.14182) 390 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:15.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:13.906632+0000 mgr.smithi073.qftnkv (mgr.14182) 389 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:15.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:14.572809+0000 mgr.smithi073.qftnkv (mgr.14182) 390 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:15.999 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:17.442 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:17.443 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:17.831 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:15.907295+0000 mgr.smithi073.qftnkv (mgr.14182) 391 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:17.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:15.907295+0000 mgr.smithi073.qftnkv (mgr.14182) 391 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:18.831 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:17.438891+0000 mgr.smithi073.qftnkv (mgr.14182) 392 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:18.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:17.438891+0000 mgr.smithi073.qftnkv (mgr.14182) 392 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:19.892 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:17.908309+0000 mgr.smithi073.qftnkv (mgr.14182) 393 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:25:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:17.908309+0000 mgr.smithi073.qftnkv (mgr.14182) 393 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:25:20.255 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:20.255 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:20.818 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:20.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:19.908893+0000 mgr.smithi073.qftnkv (mgr.14182) 394 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:20.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:20.251675+0000 mgr.smithi073.qftnkv (mgr.14182) 395 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:21.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:19.908893+0000 mgr.smithi073.qftnkv (mgr.14182) 394 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:21.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:20.251675+0000 mgr.smithi073.qftnkv (mgr.14182) 395 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:21.819 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:23.235 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:23.236 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:23.613 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:21.909515+0000 mgr.smithi073.qftnkv (mgr.14182) 396 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:23.645 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:23.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:21.909515+0000 mgr.smithi073.qftnkv (mgr.14182) 396 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:24.647 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:24.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:23.231705+0000 mgr.smithi073.qftnkv (mgr.14182) 397 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:24.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:23.231705+0000 mgr.smithi073.qftnkv (mgr.14182) 397 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:25.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:23.910228+0000 mgr.smithi073.qftnkv (mgr.14182) 398 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:25.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:23.910228+0000 mgr.smithi073.qftnkv (mgr.14182) 398 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:26.000 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:26.000 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:26.387 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:27.388 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:25.910674+0000 mgr.smithi073.qftnkv (mgr.14182) 399 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:27.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:25.996414+0000 mgr.smithi073.qftnkv (mgr.14182) 400 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:25.910674+0000 mgr.smithi073.qftnkv (mgr.14182) 399 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:25.996414+0000 mgr.smithi073.qftnkv (mgr.14182) 400 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:28.838 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:28.838 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:29.228 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:29.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:27.911669+0000 mgr.smithi073.qftnkv (mgr.14182) 401 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:25:29.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:27.911669+0000 mgr.smithi073.qftnkv (mgr.14182) 401 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:25:30.229 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:30.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:28.834399+0000 mgr.smithi073.qftnkv (mgr.14182) 402 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:30.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:28.834399+0000 mgr.smithi073.qftnkv (mgr.14182) 402 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:31.559 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:31.560 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:31.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:29.912158+0000 mgr.smithi073.qftnkv (mgr.14182) 403 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:31.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:29.912158+0000 mgr.smithi073.qftnkv (mgr.14182) 403 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:31.937 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:32.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:31.555942+0000 mgr.smithi073.qftnkv (mgr.14182) 404 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:32.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:31.555942+0000 mgr.smithi073.qftnkv (mgr.14182) 404 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:32.939 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:33.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:31.912751+0000 mgr.smithi073.qftnkv (mgr.14182) 405 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:31.912751+0000 mgr.smithi073.qftnkv (mgr.14182) 405 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:34.360 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:34.360 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:34.763 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:35.764 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:35.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:33.913414+0000 mgr.smithi073.qftnkv (mgr.14182) 406 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:35.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:34.356878+0000 mgr.smithi073.qftnkv (mgr.14182) 407 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:33.913414+0000 mgr.smithi073.qftnkv (mgr.14182) 406 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:34.356878+0000 mgr.smithi073.qftnkv (mgr.14182) 407 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:37.114 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:37.114 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:37.502 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:35.913876+0000 mgr.smithi073.qftnkv (mgr.14182) 408 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:37.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:35.913876+0000 mgr.smithi073.qftnkv (mgr.14182) 408 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:25:38.503 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:38.836 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:37.110320+0000 mgr.smithi073.qftnkv (mgr.14182) 409 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:38.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:37.110320+0000 mgr.smithi073.qftnkv (mgr.14182) 409 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:39.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:37.914835+0000 mgr.smithi073.qftnkv (mgr.14182) 410 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:25:39.532 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:38.983594+0000 mon.smithi073 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xnmbwk"}]: dispatch 2023-11-15T05:25:39.532 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:38.988253+0000 mon.smithi073 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:39.532 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:38.990310+0000 mon.smithi073 (mon.0) 659 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:25:39.892 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:39.892 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:30.318859Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:30.318997Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:30.319064Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:30.319159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:30.319224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "ports": [8800], "running": 0, "size": 2}}] 2023-11-15T05:25:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:37.914835+0000 mgr.smithi073.qftnkv (mgr.14182) 410 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:25:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:38.983594+0000 mon.smithi073 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xnmbwk"}]: dispatch 2023-11-15T05:25:39.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:38.988253+0000 mon.smithi073 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:39.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:38.990310+0000 mon.smithi073 (mon.0) 659 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:25:40.336 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:25:38.983107+0000 mgr.smithi073.qftnkv (mgr.14182) 411 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi073.xnmbwk ... 2023-11-15T05:25:40.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:25:40.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:23:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:24:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:25:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:25:40.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Traceback (most recent call last): 2023-11-15T05:25:40.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:25:40.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: yield (conn, connr) 2023-11-15T05:25:40.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:25:40.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: code, '\n'.join(err))) 2023-11-15T05:25:40.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi073.xnmbwk ... 2023-11-15T05:25:40.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:25:40.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:23:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:24:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:25:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:25:40.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:25:38.983273+0000 mgr.smithi073.qftnkv (mgr.14182) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:25:38.984179+0000 mgr.smithi073.qftnkv (mgr.14182) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi073.xnmbwk ... 2023-11-15T05:25:40.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:25:40.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:23:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:24:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:25:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:25:40.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.926 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:25:38.988492+0000 mgr.smithi073.qftnkv (mgr.14182) 414 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:25:40.926 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:25:38.989498+0000 mgr.smithi073.qftnkv (mgr.14182) 415 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:25:40.926 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:38.990271+0000 mgr.smithi073.qftnkv (mgr.14182) 416 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:25:40.926 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:39.986624+0000 mon.smithi073 (mon.0) 660 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:25:40.926 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:40.410688+0000 mon.smithi073 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:40.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:25:38.983107+0000 mgr.smithi073.qftnkv (mgr.14182) 411 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi073.xnmbwk ... 2023-11-15T05:25:40.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:25:40.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:23:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:24:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:25:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:25:40.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Traceback (most recent call last): 2023-11-15T05:25:40.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:25:40.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: yield (conn, connr) 2023-11-15T05:25:40.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:25:40.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: code, '\n'.join(err))) 2023-11-15T05:25:40.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi073.xnmbwk ... 2023-11-15T05:25:40.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:25:40.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:23:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:24:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:25:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:25:40.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:25:38.983273+0000 mgr.smithi073.qftnkv (mgr.14182) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:25:38.984179+0000 mgr.smithi073.qftnkv (mgr.14182) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk 2023-11-15T05:25:40.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk 2023-11-15T05:25:40.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi073.xnmbwk ... 2023-11-15T05:25:40.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:25:40.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:23:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:24:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:25:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:25:40.937 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:25:40.937 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:25:40.937 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:25:38.988492+0000 mgr.smithi073.qftnkv (mgr.14182) 414 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:25:40.937 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:25:38.989498+0000 mgr.smithi073.qftnkv (mgr.14182) 415 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:25:40.938 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:38.990271+0000 mgr.smithi073.qftnkv (mgr.14182) 416 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:25:40.938 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:39.986624+0000 mon.smithi073 (mon.0) 660 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:25:40.938 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:40.410688+0000 mon.smithi073 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:41.337 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:41.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:39.885978+0000 mgr.smithi073.qftnkv (mgr.14182) 417 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:41.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:39.885978+0000 mgr.smithi073.qftnkv (mgr.14182) 417 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:40.990850+0000 mgr.smithi073.qftnkv (mgr.14182) 418 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:25:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:42.084683+0000 mon.smithi073 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:40.990850+0000 mgr.smithi073.qftnkv (mgr.14182) 418 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:25:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:42.084683+0000 mon.smithi073 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:42.937 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:42.938 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:20:32.355623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:20:32.355684Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:20:32.355744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:20:32.355553Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:20:32.355401Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:20:32.355804Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:20:32.355919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:20:32.355861Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 1, "size": 2}}] 2023-11-15T05:25:43.503 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:25:44.504 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:44.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:42.933065+0000 mgr.smithi073.qftnkv (mgr.14182) 419 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:44.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:42.991774+0000 mgr.smithi073.qftnkv (mgr.14182) 420 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:25:44.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:43.201561+0000 mon.smithi073 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:44.536 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:43.579120+0000 mon.smithi073 (mon.0) 664 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:25:44.536 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:43.579712+0000 mon.smithi073 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:25:44.536 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:25:43.582805+0000 mgr.smithi073.qftnkv (mgr.14182) 421 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T05:25:44.536 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:43.834682+0000 mon.smithi073 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:44.537 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:43.839600+0000 mon.smithi073 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:44.537 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:43.844305+0000 mon.smithi073 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:44.537 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:43.849969+0000 mon.smithi073 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:25:44.537 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:43.857761+0000 mon.smithi073 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:44.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:42.933065+0000 mgr.smithi073.qftnkv (mgr.14182) 419 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:44.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:42.991774+0000 mgr.smithi073.qftnkv (mgr.14182) 420 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:25:44.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:43.201561+0000 mon.smithi073 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:44.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:43.579120+0000 mon.smithi073 (mon.0) 664 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:25:44.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:43.579712+0000 mon.smithi073 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:25:44.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:25:43.582805+0000 mgr.smithi073.qftnkv (mgr.14182) 421 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T05:25:44.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:43.834682+0000 mon.smithi073 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:44.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:43.839600+0000 mon.smithi073 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:44.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:43.844305+0000 mon.smithi073 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:44.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:43.849969+0000 mon.smithi073 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:25:44.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:43.857761+0000 mon.smithi073 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:25:45.612 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:43.844769+0000 mgr.smithi073.qftnkv (mgr.14182) 422 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T05:25:45.612 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:25:43.860469+0000 mgr.smithi073.qftnkv (mgr.14182) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.lpygza on smithi162 2023-11-15T05:25:45.613 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:44.842594+0000 mon.smithi073 (mon.0) 671 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:25:45.613 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:44.842625+0000 mon.smithi073 (mon.0) 672 : cluster [INF] Cluster is now healthy 2023-11-15T05:25:45.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:43.844769+0000 mgr.smithi073.qftnkv (mgr.14182) 422 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T05:25:45.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:25:43.860469+0000 mgr.smithi073.qftnkv (mgr.14182) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.lpygza on smithi162 2023-11-15T05:25:45.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:44.842594+0000 mon.smithi073 (mon.0) 671 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:25:45.666 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:44.842625+0000 mon.smithi073 (mon.0) 672 : cluster [INF] Cluster is now healthy 2023-11-15T05:25:45.997 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:46.278 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:25:46.418 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-15T05:25:46.419 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T05:25:46.429 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-15T05:25:46.430 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:47.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:45.845227+0000 mgr.smithi073.qftnkv (mgr.14182) 424 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T05:25:47.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:45.993143+0000 mgr.smithi073.qftnkv (mgr.14182) 425 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:47.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:45.845227+0000 mgr.smithi073.qftnkv (mgr.14182) 424 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T05:25:47.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:45.993143+0000 mgr.smithi073.qftnkv (mgr.14182) 425 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:47.805 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:47.805 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:25:48.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:25:49.178 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:49.502 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:47.800724+0000 mgr.smithi073.qftnkv (mgr.14182) 426 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:49.502 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:47.845976+0000 mgr.smithi073.qftnkv (mgr.14182) 427 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 206 B/s wr, 2 op/s 2023-11-15T05:25:49.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:47.800724+0000 mgr.smithi073.qftnkv (mgr.14182) 426 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:49.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:47.845976+0000 mgr.smithi073.qftnkv (mgr.14182) 427 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 206 B/s wr, 2 op/s 2023-11-15T05:25:50.518 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:50.518 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:25:50.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:25:51.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:49.846418+0000 mgr.smithi073.qftnkv (mgr.14182) 428 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-11-15T05:25:51.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:50.513884+0000 mgr.smithi073.qftnkv (mgr.14182) 429 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:51.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:49.846418+0000 mgr.smithi073.qftnkv (mgr.14182) 428 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-11-15T05:25:51.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:50.513884+0000 mgr.smithi073.qftnkv (mgr.14182) 429 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:51.919 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:53.350 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:53.351 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:25:53.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:51.847185+0000 mgr.smithi073.qftnkv (mgr.14182) 430 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-11-15T05:25:53.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:51.847185+0000 mgr.smithi073.qftnkv (mgr.14182) 430 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-11-15T05:25:53.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:25:54.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:53.345484+0000 mgr.smithi073.qftnkv (mgr.14182) 431 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:54.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:53.345484+0000 mgr.smithi073.qftnkv (mgr.14182) 431 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:54.725 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:55.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:53.847822+0000 mgr.smithi073.qftnkv (mgr.14182) 432 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-11-15T05:25:55.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:53.847822+0000 mgr.smithi073.qftnkv (mgr.14182) 432 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-11-15T05:25:56.174 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:56.175 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:25:56.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:25:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:55.848424+0000 mgr.smithi073.qftnkv (mgr.14182) 433 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-15T05:25:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:56.170595+0000 mgr.smithi073.qftnkv (mgr.14182) 434 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:57.809 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:25:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:55.848424+0000 mgr.smithi073.qftnkv (mgr.14182) 433 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-15T05:25:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:56.170595+0000 mgr.smithi073.qftnkv (mgr.14182) 434 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:25:59.185 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:25:59.186 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:25:59.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:25:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:57.849333+0000 mgr.smithi073.qftnkv (mgr.14182) 435 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-15T05:25:59.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:25:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:25:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:57.849333+0000 mgr.smithi073.qftnkv (mgr.14182) 435 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-15T05:26:00.591 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:00.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:25:59.181449+0000 mgr.smithi073.qftnkv (mgr.14182) 436 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:00.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:25:59.181449+0000 mgr.smithi073.qftnkv (mgr.14182) 436 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:01.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:25:59.849754+0000 mgr.smithi073.qftnkv (mgr.14182) 437 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:25:59.849754+0000 mgr.smithi073.qftnkv (mgr.14182) 437 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:01.975 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:01.975 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:02.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:03.366 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:03.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:01.850413+0000 mgr.smithi073.qftnkv (mgr.14182) 438 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:03.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:01.971171+0000 mgr.smithi073.qftnkv (mgr.14182) 439 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:01.850413+0000 mgr.smithi073.qftnkv (mgr.14182) 438 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:01.971171+0000 mgr.smithi073.qftnkv (mgr.14182) 439 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:04.678 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:04.679 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:05.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:03.851184+0000 mgr.smithi073.qftnkv (mgr.14182) 440 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:05.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:03.851184+0000 mgr.smithi073.qftnkv (mgr.14182) 440 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:06.073 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:06.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:04.674176+0000 mgr.smithi073.qftnkv (mgr.14182) 441 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:06.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:04.674176+0000 mgr.smithi073.qftnkv (mgr.14182) 441 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:07.460 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:07.460 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:07.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:05.851660+0000 mgr.smithi073.qftnkv (mgr.14182) 442 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:07.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:05.851660+0000 mgr.smithi073.qftnkv (mgr.14182) 442 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:08.840 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:08.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:07.455815+0000 mgr.smithi073.qftnkv (mgr.14182) 443 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:08.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:07.455815+0000 mgr.smithi073.qftnkv (mgr.14182) 443 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:09.792 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:07.852529+0000 mgr.smithi073.qftnkv (mgr.14182) 444 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:07.852529+0000 mgr.smithi073.qftnkv (mgr.14182) 444 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:10.160 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:10.161 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:10.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:11.539 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:11.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:09.853199+0000 mgr.smithi073.qftnkv (mgr.14182) 445 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:11.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:10.155693+0000 mgr.smithi073.qftnkv (mgr.14182) 446 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:09.853199+0000 mgr.smithi073.qftnkv (mgr.14182) 445 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:10.155693+0000 mgr.smithi073.qftnkv (mgr.14182) 446 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:12.869 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:12.870 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:13.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:13.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:11.853757+0000 mgr.smithi073.qftnkv (mgr.14182) 447 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:11.853757+0000 mgr.smithi073.qftnkv (mgr.14182) 447 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:14.280 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:14.607 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:12.865785+0000 mgr.smithi073.qftnkv (mgr.14182) 448 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:14.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:12.865785+0000 mgr.smithi073.qftnkv (mgr.14182) 448 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:15.624 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:15.625 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:15.645 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:13.854564+0000 mgr.smithi073.qftnkv (mgr.14182) 449 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:13.854564+0000 mgr.smithi073.qftnkv (mgr.14182) 449 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:16.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:16.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:15.619286+0000 mgr.smithi073.qftnkv (mgr.14182) 450 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:16.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:15.619286+0000 mgr.smithi073.qftnkv (mgr.14182) 450 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:17.023 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:17.666 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:15.854959+0000 mgr.smithi073.qftnkv (mgr.14182) 451 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:15.854959+0000 mgr.smithi073.qftnkv (mgr.14182) 451 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:18.322 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:18.323 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:18.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:19.713 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:19.746 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:17.855769+0000 mgr.smithi073.qftnkv (mgr.14182) 452 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:19.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:18.317242+0000 mgr.smithi073.qftnkv (mgr.14182) 453 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:17.855769+0000 mgr.smithi073.qftnkv (mgr.14182) 452 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:18.317242+0000 mgr.smithi073.qftnkv (mgr.14182) 453 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:21.057 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:21.057 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:21.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:21.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:19.856329+0000 mgr.smithi073.qftnkv (mgr.14182) 454 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:21.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:19.856329+0000 mgr.smithi073.qftnkv (mgr.14182) 454 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:22.448 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:22.781 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:21.052739+0000 mgr.smithi073.qftnkv (mgr.14182) 455 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:22.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:21.052739+0000 mgr.smithi073.qftnkv (mgr.14182) 455 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:23.806 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:23.807 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:23.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:21.856933+0000 mgr.smithi073.qftnkv (mgr.14182) 456 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:21.856933+0000 mgr.smithi073.qftnkv (mgr.14182) 456 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:24.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:25.188 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:25.890 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:23.802480+0000 mgr.smithi073.qftnkv (mgr.14182) 457 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:25.890 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:23.857617+0000 mgr.smithi073.qftnkv (mgr.14182) 458 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:23.802480+0000 mgr.smithi073.qftnkv (mgr.14182) 457 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:25.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:23.857617+0000 mgr.smithi073.qftnkv (mgr.14182) 458 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:26.565 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:26.566 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:26.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:25.858139+0000 mgr.smithi073.qftnkv (mgr.14182) 459 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:26.561707+0000 mgr.smithi073.qftnkv (mgr.14182) 460 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:25.858139+0000 mgr.smithi073.qftnkv (mgr.14182) 459 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:26.561707+0000 mgr.smithi073.qftnkv (mgr.14182) 460 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:27.931 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:29.267 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:29.268 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:29.617 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:27.859242+0000 mgr.smithi073.qftnkv (mgr.14182) 461 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:29.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:27.859242+0000 mgr.smithi073.qftnkv (mgr.14182) 461 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:30.672 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:30.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:29.263254+0000 mgr.smithi073.qftnkv (mgr.14182) 462 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:30.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:29.263254+0000 mgr.smithi073.qftnkv (mgr.14182) 462 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:31.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:29.859743+0000 mgr.smithi073.qftnkv (mgr.14182) 463 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:29.859743+0000 mgr.smithi073.qftnkv (mgr.14182) 463 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:31.973 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:31.973 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:32.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:33.388 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:33.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:31.860438+0000 mgr.smithi073.qftnkv (mgr.14182) 464 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:33.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:31.969316+0000 mgr.smithi073.qftnkv (mgr.14182) 465 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:31.860438+0000 mgr.smithi073.qftnkv (mgr.14182) 464 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:31.969316+0000 mgr.smithi073.qftnkv (mgr.14182) 465 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:34.750 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:34.750 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:35.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:35.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:33.861071+0000 mgr.smithi073.qftnkv (mgr.14182) 466 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:35.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:33.861071+0000 mgr.smithi073.qftnkv (mgr.14182) 466 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:36.143 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:36.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:34.745968+0000 mgr.smithi073.qftnkv (mgr.14182) 467 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:36.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:34.745968+0000 mgr.smithi073.qftnkv (mgr.14182) 467 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:37.518 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:37.518 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:35.861710+0000 mgr.smithi073.qftnkv (mgr.14182) 468 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:37.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:35.861710+0000 mgr.smithi073.qftnkv (mgr.14182) 468 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:38.897 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:38.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:37.512309+0000 mgr.smithi073.qftnkv (mgr.14182) 469 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:38.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:37.512309+0000 mgr.smithi073.qftnkv (mgr.14182) 469 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:39.788 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:37.862693+0000 mgr.smithi073.qftnkv (mgr.14182) 470 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:37.862693+0000 mgr.smithi073.qftnkv (mgr.14182) 470 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:40.304 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:40.305 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:40.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:41.684 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:39.863209+0000 mgr.smithi073.qftnkv (mgr.14182) 471 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:40.301160+0000 mgr.smithi073.qftnkv (mgr.14182) 472 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:39.863209+0000 mgr.smithi073.qftnkv (mgr.14182) 471 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:40.301160+0000 mgr.smithi073.qftnkv (mgr.14182) 472 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:43.126 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:43.127 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:43.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:41.863840+0000 mgr.smithi073.qftnkv (mgr.14182) 473 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:43.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:41.863840+0000 mgr.smithi073.qftnkv (mgr.14182) 473 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:44.501 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:44.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:43.122564+0000 mgr.smithi073.qftnkv (mgr.14182) 474 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:44.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:43.122564+0000 mgr.smithi073.qftnkv (mgr.14182) 474 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:43.864465+0000 mgr.smithi073.qftnkv (mgr.14182) 475 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:45.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:43.864465+0000 mgr.smithi073.qftnkv (mgr.14182) 475 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:45.926 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:45.927 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:46.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:47.361 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:45.864922+0000 mgr.smithi073.qftnkv (mgr.14182) 476 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:45.922732+0000 mgr.smithi073.qftnkv (mgr.14182) 477 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:45.864922+0000 mgr.smithi073.qftnkv (mgr.14182) 476 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:45.922732+0000 mgr.smithi073.qftnkv (mgr.14182) 477 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:48.799 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:48.799 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:49.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:47.865901+0000 mgr.smithi073.qftnkv (mgr.14182) 478 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:49.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:47.865901+0000 mgr.smithi073.qftnkv (mgr.14182) 478 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:50.176 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:48.795295+0000 mgr.smithi073.qftnkv (mgr.14182) 479 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:50.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:48.795295+0000 mgr.smithi073.qftnkv (mgr.14182) 479 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:51.535 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:51.536 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:51.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:49.866569+0000 mgr.smithi073.qftnkv (mgr.14182) 480 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:51.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:49.866569+0000 mgr.smithi073.qftnkv (mgr.14182) 480 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:52.900 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:51.531979+0000 mgr.smithi073.qftnkv (mgr.14182) 481 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:52.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:51.531979+0000 mgr.smithi073.qftnkv (mgr.14182) 481 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:51.867321+0000 mgr.smithi073.qftnkv (mgr.14182) 482 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:53.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:51.867321+0000 mgr.smithi073.qftnkv (mgr.14182) 482 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:54.330 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:54.330 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:54.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:55.750 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:53.867924+0000 mgr.smithi073.qftnkv (mgr.14182) 483 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:54.325491+0000 mgr.smithi073.qftnkv (mgr.14182) 484 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:55.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:53.867924+0000 mgr.smithi073.qftnkv (mgr.14182) 483 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:55.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:54.325491+0000 mgr.smithi073.qftnkv (mgr.14182) 484 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:57.084 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:57.084 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:57.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:26:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:55.868516+0000 mgr.smithi073.qftnkv (mgr.14182) 485 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:55.868516+0000 mgr.smithi073.qftnkv (mgr.14182) 485 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:26:58.467 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:26:58.790 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:57.079701+0000 mgr.smithi073.qftnkv (mgr.14182) 486 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:58.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:58 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:57.079701+0000 mgr.smithi073.qftnkv (mgr.14182) 486 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:26:59.901 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:26:59.901 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:26:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:26:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:57.869314+0000 mgr.smithi073.qftnkv (mgr.14182) 487 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:26:59.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:26:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:57.869314+0000 mgr.smithi073.qftnkv (mgr.14182) 487 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:00.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:01.348 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:01.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:26:59.869708+0000 mgr.smithi073.qftnkv (mgr.14182) 488 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:01.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:26:59.897234+0000 mgr.smithi073.qftnkv (mgr.14182) 489 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:26:59.869708+0000 mgr.smithi073.qftnkv (mgr.14182) 488 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:26:59.897234+0000 mgr.smithi073.qftnkv (mgr.14182) 489 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:02.753 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:02.754 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:03.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:01.870270+0000 mgr.smithi073.qftnkv (mgr.14182) 490 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:03.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:01.870270+0000 mgr.smithi073.qftnkv (mgr.14182) 490 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:04.164 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:04.838 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:02.749635+0000 mgr.smithi073.qftnkv (mgr.14182) 491 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:04.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:02.749635+0000 mgr.smithi073.qftnkv (mgr.14182) 491 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:05.491 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:05.492 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:05.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:03.871191+0000 mgr.smithi073.qftnkv (mgr.14182) 492 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:05.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:03.871191+0000 mgr.smithi073.qftnkv (mgr.14182) 492 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:06.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:05.487536+0000 mgr.smithi073.qftnkv (mgr.14182) 493 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:06.907 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:06.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:05.487536+0000 mgr.smithi073.qftnkv (mgr.14182) 493 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:07.892 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:05.871637+0000 mgr.smithi073.qftnkv (mgr.14182) 494 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:05.871637+0000 mgr.smithi073.qftnkv (mgr.14182) 494 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:08.259 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:08.259 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:08.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:09.703 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:07.872454+0000 mgr.smithi073.qftnkv (mgr.14182) 495 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:08.255047+0000 mgr.smithi073.qftnkv (mgr.14182) 496 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:09.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:07.872454+0000 mgr.smithi073.qftnkv (mgr.14182) 495 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:09.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:08.255047+0000 mgr.smithi073.qftnkv (mgr.14182) 496 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:11.113 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:11.113 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:11.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:09.872883+0000 mgr.smithi073.qftnkv (mgr.14182) 497 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:11.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:09.872883+0000 mgr.smithi073.qftnkv (mgr.14182) 497 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:12.515 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:12.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:11.108638+0000 mgr.smithi073.qftnkv (mgr.14182) 498 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:12.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:11.108638+0000 mgr.smithi073.qftnkv (mgr.14182) 498 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:11.873466+0000 mgr.smithi073.qftnkv (mgr.14182) 499 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:13.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:11.873466+0000 mgr.smithi073.qftnkv (mgr.14182) 499 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:13.986 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:13.987 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:14.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:15.382 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:15.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:13.874238+0000 mgr.smithi073.qftnkv (mgr.14182) 500 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:15.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:13.982319+0000 mgr.smithi073.qftnkv (mgr.14182) 501 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:13.874238+0000 mgr.smithi073.qftnkv (mgr.14182) 500 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:13.982319+0000 mgr.smithi073.qftnkv (mgr.14182) 501 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:16.839 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:16.840 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:17.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:15.874879+0000 mgr.smithi073.qftnkv (mgr.14182) 502 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:17.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:15.874879+0000 mgr.smithi073.qftnkv (mgr.14182) 502 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:18.222 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:16.835396+0000 mgr.smithi073.qftnkv (mgr.14182) 503 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:18.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:16.835396+0000 mgr.smithi073.qftnkv (mgr.14182) 503 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:19.689 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:19.689 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:17.875946+0000 mgr.smithi073.qftnkv (mgr.14182) 504 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:19.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:17.875946+0000 mgr.smithi073.qftnkv (mgr.14182) 504 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:20.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:21.097 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:21.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:19.684965+0000 mgr.smithi073.qftnkv (mgr.14182) 505 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:21.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:19.876435+0000 mgr.smithi073.qftnkv (mgr.14182) 506 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:21.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:19.684965+0000 mgr.smithi073.qftnkv (mgr.14182) 505 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:21.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:19.876435+0000 mgr.smithi073.qftnkv (mgr.14182) 506 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:22.442 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:22.443 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:22.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:23.830 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:21.877094+0000 mgr.smithi073.qftnkv (mgr.14182) 507 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:22.438631+0000 mgr.smithi073.qftnkv (mgr.14182) 508 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:23.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:21.877094+0000 mgr.smithi073.qftnkv (mgr.14182) 507 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:23.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:22.438631+0000 mgr.smithi073.qftnkv (mgr.14182) 508 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:25.178 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:25.179 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:25.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:23.877797+0000 mgr.smithi073.qftnkv (mgr.14182) 509 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:25.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:23.877797+0000 mgr.smithi073.qftnkv (mgr.14182) 509 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:26.545 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:26.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:25.174447+0000 mgr.smithi073.qftnkv (mgr.14182) 510 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:26.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:25.174447+0000 mgr.smithi073.qftnkv (mgr.14182) 510 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:27.854 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:27.855 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:27.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:25.878541+0000 mgr.smithi073.qftnkv (mgr.14182) 511 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:25.878541+0000 mgr.smithi073.qftnkv (mgr.14182) 511 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:28.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:29.269 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:27.850666+0000 mgr.smithi073.qftnkv (mgr.14182) 512 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:27.879397+0000 mgr.smithi073.qftnkv (mgr.14182) 513 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:29.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:27.850666+0000 mgr.smithi073.qftnkv (mgr.14182) 512 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:29.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:27.879397+0000 mgr.smithi073.qftnkv (mgr.14182) 513 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:30.616 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:30.617 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:30.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:29.879968+0000 mgr.smithi073.qftnkv (mgr.14182) 514 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:30.612207+0000 mgr.smithi073.qftnkv (mgr.14182) 515 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:31.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:29.879968+0000 mgr.smithi073.qftnkv (mgr.14182) 514 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:31.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:30.612207+0000 mgr.smithi073.qftnkv (mgr.14182) 515 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:31.994 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:33.358 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:33.359 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:33.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:31.880885+0000 mgr.smithi073.qftnkv (mgr.14182) 516 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:33.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:31.880885+0000 mgr.smithi073.qftnkv (mgr.14182) 516 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:34.762 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:34.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:33.354886+0000 mgr.smithi073.qftnkv (mgr.14182) 517 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:34.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:33.354886+0000 mgr.smithi073.qftnkv (mgr.14182) 517 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:35.772 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:33.881607+0000 mgr.smithi073.qftnkv (mgr.14182) 518 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:33.881607+0000 mgr.smithi073.qftnkv (mgr.14182) 518 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:36.203 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:36.203 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:36.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:37.594 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:37.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:35.882193+0000 mgr.smithi073.qftnkv (mgr.14182) 519 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:37.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:36.199783+0000 mgr.smithi073.qftnkv (mgr.14182) 520 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:37.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:35.882193+0000 mgr.smithi073.qftnkv (mgr.14182) 519 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:37.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:36.199783+0000 mgr.smithi073.qftnkv (mgr.14182) 520 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:39.080 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:39.081 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:39.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:39.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:37.883213+0000 mgr.smithi073.qftnkv (mgr.14182) 521 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:37.883213+0000 mgr.smithi073.qftnkv (mgr.14182) 521 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:40.581 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:40.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:39.076802+0000 mgr.smithi073.qftnkv (mgr.14182) 522 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:40.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:39.076802+0000 mgr.smithi073.qftnkv (mgr.14182) 522 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:39.883667+0000 mgr.smithi073.qftnkv (mgr.14182) 523 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:41.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:39.883667+0000 mgr.smithi073.qftnkv (mgr.14182) 523 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:42.061 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:42.061 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:42.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:43.476 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:43.800 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:41.884350+0000 mgr.smithi073.qftnkv (mgr.14182) 524 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:43.801 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:42.057064+0000 mgr.smithi073.qftnkv (mgr.14182) 525 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:44.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:41.884350+0000 mgr.smithi073.qftnkv (mgr.14182) 524 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:44.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:42.057064+0000 mgr.smithi073.qftnkv (mgr.14182) 525 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:44.814 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:44.815 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:45.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:46.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:43.885218+0000 mgr.smithi073.qftnkv (mgr.14182) 526 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:46.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:43.885218+0000 mgr.smithi073.qftnkv (mgr.14182) 526 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:46.235 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:46.895 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:44.810771+0000 mgr.smithi073.qftnkv (mgr.14182) 527 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:47.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:44.810771+0000 mgr.smithi073.qftnkv (mgr.14182) 527 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:47.591 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:47.591 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:47.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:45.885868+0000 mgr.smithi073.qftnkv (mgr.14182) 528 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:47.923 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:47.586260+0000 mgr.smithi073.qftnkv (mgr.14182) 529 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:47.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:48.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:45.885868+0000 mgr.smithi073.qftnkv (mgr.14182) 528 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:48.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:47.586260+0000 mgr.smithi073.qftnkv (mgr.14182) 529 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:48.971 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:49.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:47.886650+0000 mgr.smithi073.qftnkv (mgr.14182) 530 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:49.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:47.886650+0000 mgr.smithi073.qftnkv (mgr.14182) 530 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:50.469 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:50.469 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:50.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:51.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:49.887248+0000 mgr.smithi073.qftnkv (mgr.14182) 531 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:51.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:50.465043+0000 mgr.smithi073.qftnkv (mgr.14182) 532 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:51.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:49.887248+0000 mgr.smithi073.qftnkv (mgr.14182) 531 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:51.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:50.465043+0000 mgr.smithi073.qftnkv (mgr.14182) 532 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:51.908 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:53.307 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:53.307 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:53.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:51.887860+0000 mgr.smithi073.qftnkv (mgr.14182) 533 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:53.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:51.887860+0000 mgr.smithi073.qftnkv (mgr.14182) 533 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:54.717 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:54.751 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:53.298843+0000 mgr.smithi073.qftnkv (mgr.14182) 534 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:54.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:53.298843+0000 mgr.smithi073.qftnkv (mgr.14182) 534 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:55.667 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:53.888653+0000 mgr.smithi073.qftnkv (mgr.14182) 535 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:53.888653+0000 mgr.smithi073.qftnkv (mgr.14182) 535 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:56.035 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:56.035 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:56.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:57.415 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:27:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:55.889111+0000 mgr.smithi073.qftnkv (mgr.14182) 536 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:56.031581+0000 mgr.smithi073.qftnkv (mgr.14182) 537 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:55.889111+0000 mgr.smithi073.qftnkv (mgr.14182) 536 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:27:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:56.031581+0000 mgr.smithi073.qftnkv (mgr.14182) 537 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:27:58.776 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:27:58.777 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:27:59.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:27:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:27:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:57.889877+0000 mgr.smithi073.qftnkv (mgr.14182) 538 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:27:59.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:27:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:57.889877+0000 mgr.smithi073.qftnkv (mgr.14182) 538 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:00.149 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:00.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:27:58.772622+0000 mgr.smithi073.qftnkv (mgr.14182) 539 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:00.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:27:58.772622+0000 mgr.smithi073.qftnkv (mgr.14182) 539 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:01.474 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:01.475 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:01.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:27:59.890378+0000 mgr.smithi073.qftnkv (mgr.14182) 540 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:01.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:27:59.890378+0000 mgr.smithi073.qftnkv (mgr.14182) 540 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:02.874 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:02.907 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:01.470753+0000 mgr.smithi073.qftnkv (mgr.14182) 541 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:02.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:01.470753+0000 mgr.smithi073.qftnkv (mgr.14182) 541 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:03.770 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:01.890946+0000 mgr.smithi073.qftnkv (mgr.14182) 542 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:01.890946+0000 mgr.smithi073.qftnkv (mgr.14182) 542 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:04.300 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:04.300 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:04.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:05.681 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:03.891644+0000 mgr.smithi073.qftnkv (mgr.14182) 543 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:04.295764+0000 mgr.smithi073.qftnkv (mgr.14182) 544 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:05.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:03.891644+0000 mgr.smithi073.qftnkv (mgr.14182) 543 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:05.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:04.295764+0000 mgr.smithi073.qftnkv (mgr.14182) 544 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:07.140 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:07.140 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:07.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:05.892093+0000 mgr.smithi073.qftnkv (mgr.14182) 545 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:07.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:05.892093+0000 mgr.smithi073.qftnkv (mgr.14182) 545 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:08.548 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:08.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:07.136191+0000 mgr.smithi073.qftnkv (mgr.14182) 546 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:08.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:07.136191+0000 mgr.smithi073.qftnkv (mgr.14182) 546 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:09.558 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:07.893174+0000 mgr.smithi073.qftnkv (mgr.14182) 547 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:07.893174+0000 mgr.smithi073.qftnkv (mgr.14182) 547 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:09.931 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:09.932 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:10.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:11.324 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:11.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:09.893597+0000 mgr.smithi073.qftnkv (mgr.14182) 548 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:11.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:09.927796+0000 mgr.smithi073.qftnkv (mgr.14182) 549 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:09.893597+0000 mgr.smithi073.qftnkv (mgr.14182) 548 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:09.927796+0000 mgr.smithi073.qftnkv (mgr.14182) 549 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:12.710 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:12.710 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:35.461370Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:13.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:11.894348+0000 mgr.smithi073.qftnkv (mgr.14182) 550 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:12.762084+0000 mon.smithi073 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.lpygza"}]: dispatch 2023-11-15T05:28:13.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:11.894348+0000 mgr.smithi073.qftnkv (mgr.14182) 550 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:13.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:12.762084+0000 mon.smithi073 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.lpygza"}]: dispatch 2023-11-15T05:28:14.102 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:14.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:12.705841+0000 mgr.smithi073.qftnkv (mgr.14182) 551 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:14.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:28:12.761598+0000 mgr.smithi073.qftnkv (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.lpygza ... 2023-11-15T05:28:14.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:28:14.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:26: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" 2023-11-15T05:28:14.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:26:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:28:14.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:27: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" 2023-11-15T05:28:14.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:28:14.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Traceback (most recent call last): 2023-11-15T05:28:14.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:28:14.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: yield (conn, connr) 2023-11-15T05:28:14.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:28:14.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: code, '\n'.join(err))) 2023-11-15T05:28:14.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.lpygza ... 2023-11-15T05:28:14.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:28:14.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:26: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" 2023-11-15T05:28:14.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:26:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:28:14.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:27: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" 2023-11-15T05:28:14.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:28:14.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:28:12.761783+0000 mgr.smithi073.qftnkv (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:28:12.762713+0000 mgr.smithi073.qftnkv (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.lpygza ... 2023-11-15T05:28:14.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:28:14.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:26: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" 2023-11-15T05:28:14.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:26:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:28:14.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:27: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" 2023-11-15T05:28:14.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:28:14.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:28:12.764804+0000 mgr.smithi073.qftnkv (mgr.14182) 555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.icdvxu on smithi073 2023-11-15T05:28:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:12.705841+0000 mgr.smithi073.qftnkv (mgr.14182) 551 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:14.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:28:12.761598+0000 mgr.smithi073.qftnkv (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.lpygza ... 2023-11-15T05:28:14.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:28:14.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:26: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" 2023-11-15T05:28:14.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:26:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:28:14.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:27: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" 2023-11-15T05:28:14.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:28:14.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Traceback (most recent call last): 2023-11-15T05:28:14.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:28:14.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: yield (conn, connr) 2023-11-15T05:28:14.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:28:14.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: code, '\n'.join(err))) 2023-11-15T05:28:14.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.lpygza ... 2023-11-15T05:28:14.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:28:14.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:26: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" 2023-11-15T05:28:14.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:26:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:28:14.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:27: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" 2023-11-15T05:28:14.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:28:14.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:28:12.761783+0000 mgr.smithi073.qftnkv (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:28:12.762713+0000 mgr.smithi073.qftnkv (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza 2023-11-15T05:28:14.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza 2023-11-15T05:28:14.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.lpygza ... 2023-11-15T05:28:14.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:28:14.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:26: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" 2023-11-15T05:28:14.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:26:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:28:14.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:27: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" 2023-11-15T05:28:14.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:28:14.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:28:14.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:28:12.764804+0000 mgr.smithi073.qftnkv (mgr.14182) 555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.icdvxu on smithi073 2023-11-15T05:28:15.555 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:15.555 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:15.901 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:13.895005+0000 mgr.smithi073.qftnkv (mgr.14182) 556 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:13.895005+0000 mgr.smithi073.qftnkv (mgr.14182) 556 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:15.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:16.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:15.551102+0000 mgr.smithi073.qftnkv (mgr.14182) 557 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:16.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:15.551102+0000 mgr.smithi073.qftnkv (mgr.14182) 557 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:16.939 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:17.615 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:15.895456+0000 mgr.smithi073.qftnkv (mgr.14182) 558 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:17.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:15.895456+0000 mgr.smithi073.qftnkv (mgr.14182) 558 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:18.245 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:18.246 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:18.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:19.655 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:17.896235+0000 mgr.smithi073.qftnkv (mgr.14182) 559 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:18.241771+0000 mgr.smithi073.qftnkv (mgr.14182) 560 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:19.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:17.896235+0000 mgr.smithi073.qftnkv (mgr.14182) 559 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:19.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:18.241771+0000 mgr.smithi073.qftnkv (mgr.14182) 560 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:21.118 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:21.119 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:21.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:21.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:19.896730+0000 mgr.smithi073.qftnkv (mgr.14182) 561 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:21.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:19.896730+0000 mgr.smithi073.qftnkv (mgr.14182) 561 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:22.503 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:22.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:21.114427+0000 mgr.smithi073.qftnkv (mgr.14182) 562 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:22.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:21.114427+0000 mgr.smithi073.qftnkv (mgr.14182) 562 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:23.883 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:23.883 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:23.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:21.897501+0000 mgr.smithi073.qftnkv (mgr.14182) 563 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:21.897501+0000 mgr.smithi073.qftnkv (mgr.14182) 563 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:24.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:25.331 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:25.653 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:23.879061+0000 mgr.smithi073.qftnkv (mgr.14182) 564 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:25.653 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:23.898183+0000 mgr.smithi073.qftnkv (mgr.14182) 565 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:23.879061+0000 mgr.smithi073.qftnkv (mgr.14182) 564 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:23.898183+0000 mgr.smithi073.qftnkv (mgr.14182) 565 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:26.657 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:26.657 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:27.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:25.898835+0000 mgr.smithi073.qftnkv (mgr.14182) 566 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:26.653020+0000 mgr.smithi073.qftnkv (mgr.14182) 567 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:25.898835+0000 mgr.smithi073.qftnkv (mgr.14182) 566 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:26.653020+0000 mgr.smithi073.qftnkv (mgr.14182) 567 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:28.137 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:29.581 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:29.581 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:29.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:27.899854+0000 mgr.smithi073.qftnkv (mgr.14182) 568 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:27.899854+0000 mgr.smithi073.qftnkv (mgr.14182) 568 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:29.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:30.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:29.577083+0000 mgr.smithi073.qftnkv (mgr.14182) 569 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:30.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:29.577083+0000 mgr.smithi073.qftnkv (mgr.14182) 569 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:30.987 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:31.654 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:29.900436+0000 mgr.smithi073.qftnkv (mgr.14182) 570 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:29.900436+0000 mgr.smithi073.qftnkv (mgr.14182) 570 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:32.402 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:32.403 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:32.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:33.818 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:33.852 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:31.901072+0000 mgr.smithi073.qftnkv (mgr.14182) 571 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:33.852 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:32.398183+0000 mgr.smithi073.qftnkv (mgr.14182) 572 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:31.901072+0000 mgr.smithi073.qftnkv (mgr.14182) 571 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:32.398183+0000 mgr.smithi073.qftnkv (mgr.14182) 572 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:35.154 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:35.154 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:35.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:33.901798+0000 mgr.smithi073.qftnkv (mgr.14182) 573 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:35.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:33.901798+0000 mgr.smithi073.qftnkv (mgr.14182) 573 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:36.577 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:36.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:35.150439+0000 mgr.smithi073.qftnkv (mgr.14182) 574 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:36.902 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:35.150439+0000 mgr.smithi073.qftnkv (mgr.14182) 574 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:37.910 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:37.911 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:35.902339+0000 mgr.smithi073.qftnkv (mgr.14182) 575 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:37.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:35.902339+0000 mgr.smithi073.qftnkv (mgr.14182) 575 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:38.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:39.283 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:39.609 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:37.903347+0000 mgr.smithi073.qftnkv (mgr.14182) 576 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:39.609 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:37.906301+0000 mgr.smithi073.qftnkv (mgr.14182) 577 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:37.903347+0000 mgr.smithi073.qftnkv (mgr.14182) 576 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:37.906301+0000 mgr.smithi073.qftnkv (mgr.14182) 577 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:40.608 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:40.609 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:41.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:39.903770+0000 mgr.smithi073.qftnkv (mgr.14182) 578 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:40.604712+0000 mgr.smithi073.qftnkv (mgr.14182) 579 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:39.903770+0000 mgr.smithi073.qftnkv (mgr.14182) 578 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:40.604712+0000 mgr.smithi073.qftnkv (mgr.14182) 579 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:42.102 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:43.544 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:43.545 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:41.904431+0000 mgr.smithi073.qftnkv (mgr.14182) 580 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:41.904431+0000 mgr.smithi073.qftnkv (mgr.14182) 580 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:43.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:44.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:43.540664+0000 mgr.smithi073.qftnkv (mgr.14182) 581 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:44.925 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:43.540664+0000 mgr.smithi073.qftnkv (mgr.14182) 581 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:44.969 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:45.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:43.905059+0000 mgr.smithi073.qftnkv (mgr.14182) 582 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:43.905059+0000 mgr.smithi073.qftnkv (mgr.14182) 582 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:46.417 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:46.417 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:46.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:45.905520+0000 mgr.smithi073.qftnkv (mgr.14182) 583 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:46.412441+0000 mgr.smithi073.qftnkv (mgr.14182) 584 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:47.790 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:45.905520+0000 mgr.smithi073.qftnkv (mgr.14182) 583 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:46.412441+0000 mgr.smithi073.qftnkv (mgr.14182) 584 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:49.241 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:49.241 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:49.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:47.906408+0000 mgr.smithi073.qftnkv (mgr.14182) 585 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:49.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:47.906408+0000 mgr.smithi073.qftnkv (mgr.14182) 585 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:50.693 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:50.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:49.236396+0000 mgr.smithi073.qftnkv (mgr.14182) 586 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:50.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:49.236396+0000 mgr.smithi073.qftnkv (mgr.14182) 586 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:49.907015+0000 mgr.smithi073.qftnkv (mgr.14182) 587 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:51.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:49.907015+0000 mgr.smithi073.qftnkv (mgr.14182) 587 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:52.040 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:52.040 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:52.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:53.431 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:53.765 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:51.907662+0000 mgr.smithi073.qftnkv (mgr.14182) 588 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:53.765 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:52.036517+0000 mgr.smithi073.qftnkv (mgr.14182) 589 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:51.907662+0000 mgr.smithi073.qftnkv (mgr.14182) 588 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:52.036517+0000 mgr.smithi073.qftnkv (mgr.14182) 589 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:54.885 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:54.885 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:55.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:53.908340+0000 mgr.smithi073.qftnkv (mgr.14182) 590 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:55.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:53.908340+0000 mgr.smithi073.qftnkv (mgr.14182) 590 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:56.274 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:56.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:54.881227+0000 mgr.smithi073.qftnkv (mgr.14182) 591 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:56.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:54.881227+0000 mgr.smithi073.qftnkv (mgr.14182) 591 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:55.909033+0000 mgr.smithi073.qftnkv (mgr.14182) 592 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:57.745 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:28:57.745 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:28:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:55.909033+0000 mgr.smithi073.qftnkv (mgr.14182) 592 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:28:58.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:28:59.182 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:28:59.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:28:57.741155+0000 mgr.smithi073.qftnkv (mgr.14182) 593 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:59.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:28:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:57.909804+0000 mgr.smithi073.qftnkv (mgr.14182) 594 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:28:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:28:57.741155+0000 mgr.smithi073.qftnkv (mgr.14182) 593 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:28:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:28:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:57.909804+0000 mgr.smithi073.qftnkv (mgr.14182) 594 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:00.633 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:00.634 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:01.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:28:59.910256+0000 mgr.smithi073.qftnkv (mgr.14182) 595 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:00.625765+0000 mgr.smithi073.qftnkv (mgr.14182) 596 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:01.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:28:59.910256+0000 mgr.smithi073.qftnkv (mgr.14182) 595 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:01.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:00.625765+0000 mgr.smithi073.qftnkv (mgr.14182) 596 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:02.014 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:03.413 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:03.413 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:03.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:01.911082+0000 mgr.smithi073.qftnkv (mgr.14182) 597 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:03.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:01.911082+0000 mgr.smithi073.qftnkv (mgr.14182) 597 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:04.780 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:04.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:03.409168+0000 mgr.smithi073.qftnkv (mgr.14182) 598 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:04.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:03.409168+0000 mgr.smithi073.qftnkv (mgr.14182) 598 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:05.840 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:03.911692+0000 mgr.smithi073.qftnkv (mgr.14182) 599 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:03.911692+0000 mgr.smithi073.qftnkv (mgr.14182) 599 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:06.197 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:06.198 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:06.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:07.640 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:05.912266+0000 mgr.smithi073.qftnkv (mgr.14182) 600 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:06.193363+0000 mgr.smithi073.qftnkv (mgr.14182) 601 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:05.912266+0000 mgr.smithi073.qftnkv (mgr.14182) 600 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:06.193363+0000 mgr.smithi073.qftnkv (mgr.14182) 601 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:09.078 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:09.079 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:09.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:09.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:07.913515+0000 mgr.smithi073.qftnkv (mgr.14182) 602 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:07.913515+0000 mgr.smithi073.qftnkv (mgr.14182) 602 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:10.453 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:10.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:09.074407+0000 mgr.smithi073.qftnkv (mgr.14182) 603 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:10.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:09.074407+0000 mgr.smithi073.qftnkv (mgr.14182) 603 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:09.914054+0000 mgr.smithi073.qftnkv (mgr.14182) 604 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:11.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:09.914054+0000 mgr.smithi073.qftnkv (mgr.14182) 604 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:12.019 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:12.020 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:12.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:13.404 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:13.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:11.914681+0000 mgr.smithi073.qftnkv (mgr.14182) 605 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:13.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:12.015808+0000 mgr.smithi073.qftnkv (mgr.14182) 606 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:11.914681+0000 mgr.smithi073.qftnkv (mgr.14182) 605 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:13.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:12.015808+0000 mgr.smithi073.qftnkv (mgr.14182) 606 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:14.735 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:14.736 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:15.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:13.915453+0000 mgr.smithi073.qftnkv (mgr.14182) 607 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:15.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:13.915453+0000 mgr.smithi073.qftnkv (mgr.14182) 607 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:16.111 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:16.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:14.731227+0000 mgr.smithi073.qftnkv (mgr.14182) 608 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:16.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:14.731227+0000 mgr.smithi073.qftnkv (mgr.14182) 608 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:17.571 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:17.572 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:17.883 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:15.916271+0000 mgr.smithi073.qftnkv (mgr.14182) 609 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:15.916271+0000 mgr.smithi073.qftnkv (mgr.14182) 609 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:17.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:17.567411+0000 mgr.smithi073.qftnkv (mgr.14182) 610 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:18.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:17.567411+0000 mgr.smithi073.qftnkv (mgr.14182) 610 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:18.945 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:17.917044+0000 mgr.smithi073.qftnkv (mgr.14182) 611 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:19.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:17.917044+0000 mgr.smithi073.qftnkv (mgr.14182) 611 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:20.414 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:20.415 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:20.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:21.843 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:19.917492+0000 mgr.smithi073.qftnkv (mgr.14182) 612 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:20.410425+0000 mgr.smithi073.qftnkv (mgr.14182) 613 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:21.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:19.917492+0000 mgr.smithi073.qftnkv (mgr.14182) 612 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:21.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:20.410425+0000 mgr.smithi073.qftnkv (mgr.14182) 613 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:23.161 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:23.161 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:23.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:21.918159+0000 mgr.smithi073.qftnkv (mgr.14182) 614 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:23.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:21.918159+0000 mgr.smithi073.qftnkv (mgr.14182) 614 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:24.569 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:24.910 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:23.156933+0000 mgr.smithi073.qftnkv (mgr.14182) 615 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:25.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:23.156933+0000 mgr.smithi073.qftnkv (mgr.14182) 615 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:25.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:23.918781+0000 mgr.smithi073.qftnkv (mgr.14182) 616 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:25.969 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:25.969 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:26.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:23.918781+0000 mgr.smithi073.qftnkv (mgr.14182) 616 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:26.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:27.320 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:27.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:25.919282+0000 mgr.smithi073.qftnkv (mgr.14182) 617 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:27.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:25.965369+0000 mgr.smithi073.qftnkv (mgr.14182) 618 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:28.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:25.919282+0000 mgr.smithi073.qftnkv (mgr.14182) 617 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:28.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:25.965369+0000 mgr.smithi073.qftnkv (mgr.14182) 618 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:28.651 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:28.652 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:29.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:30.035 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:30.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:27.920096+0000 mgr.smithi073.qftnkv (mgr.14182) 619 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:30.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:28.647582+0000 mgr.smithi073.qftnkv (mgr.14182) 620 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:30.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:27.920096+0000 mgr.smithi073.qftnkv (mgr.14182) 619 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:30.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:28.647582+0000 mgr.smithi073.qftnkv (mgr.14182) 620 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:31.422 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:31.422 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:31.765 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:29.920591+0000 mgr.smithi073.qftnkv (mgr.14182) 621 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:31.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:32.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:29.920591+0000 mgr.smithi073.qftnkv (mgr.14182) 621 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:32.801 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:33.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:31.416950+0000 mgr.smithi073.qftnkv (mgr.14182) 622 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:33.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:31.416950+0000 mgr.smithi073.qftnkv (mgr.14182) 622 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:33.853 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:31.921504+0000 mgr.smithi073.qftnkv (mgr.14182) 623 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:34.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:31.921504+0000 mgr.smithi073.qftnkv (mgr.14182) 623 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:34.243 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:34.243 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:34.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:34.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:33.922153+0000 mgr.smithi073.qftnkv (mgr.14182) 624 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:34.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:34.238818+0000 mgr.smithi073.qftnkv (mgr.14182) 625 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:35.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:33.922153+0000 mgr.smithi073.qftnkv (mgr.14182) 624 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:35.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:34.238818+0000 mgr.smithi073.qftnkv (mgr.14182) 625 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:35.617 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:37.096 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:37.097 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:37.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:35.922688+0000 mgr.smithi073.qftnkv (mgr.14182) 626 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:37.278 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:35.922688+0000 mgr.smithi073.qftnkv (mgr.14182) 626 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:37.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:38.461 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:38.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:37.092515+0000 mgr.smithi073.qftnkv (mgr.14182) 627 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:38.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:37.092515+0000 mgr.smithi073.qftnkv (mgr.14182) 627 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:39.815 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:39.816 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:39.840 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:37.923494+0000 mgr.smithi073.qftnkv (mgr.14182) 628 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:37.923494+0000 mgr.smithi073.qftnkv (mgr.14182) 628 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:40.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:41.224 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:41.541 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:39.811465+0000 mgr.smithi073.qftnkv (mgr.14182) 629 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:41.542 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:39.924192+0000 mgr.smithi073.qftnkv (mgr.14182) 630 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:39.811465+0000 mgr.smithi073.qftnkv (mgr.14182) 629 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:39.924192+0000 mgr.smithi073.qftnkv (mgr.14182) 630 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:42.634 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:42.635 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:43.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:41.924948+0000 mgr.smithi073.qftnkv (mgr.14182) 631 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:42.630407+0000 mgr.smithi073.qftnkv (mgr.14182) 632 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:41.924948+0000 mgr.smithi073.qftnkv (mgr.14182) 631 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:42.630407+0000 mgr.smithi073.qftnkv (mgr.14182) 632 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:44.014 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:45.433 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:45.433 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:45.771 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:43.925792+0000 mgr.smithi073.qftnkv (mgr.14182) 633 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:45.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:45.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:43.925792+0000 mgr.smithi073.qftnkv (mgr.14182) 633 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:46.814 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:46.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:45.428760+0000 mgr.smithi073.qftnkv (mgr.14182) 634 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:46.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:45.428760+0000 mgr.smithi073.qftnkv (mgr.14182) 634 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:47.746 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:45.926460+0000 mgr.smithi073.qftnkv (mgr.14182) 635 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:45.926460+0000 mgr.smithi073.qftnkv (mgr.14182) 635 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:48.276 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:48.277 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:48.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:49.657 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:47.927670+0000 mgr.smithi073.qftnkv (mgr.14182) 636 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:48.272359+0000 mgr.smithi073.qftnkv (mgr.14182) 637 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:49.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:47.927670+0000 mgr.smithi073.qftnkv (mgr.14182) 636 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:49.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:48.272359+0000 mgr.smithi073.qftnkv (mgr.14182) 637 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:50.993 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:50.993 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:51.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:51.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:49.928323+0000 mgr.smithi073.qftnkv (mgr.14182) 638 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:49.928323+0000 mgr.smithi073.qftnkv (mgr.14182) 638 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:52.365 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:52.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:50.988509+0000 mgr.smithi073.qftnkv (mgr.14182) 639 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:50.988509+0000 mgr.smithi073.qftnkv (mgr.14182) 639 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:53.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:51.928942+0000 mgr.smithi073.qftnkv (mgr.14182) 640 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:53.813 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:53.813 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:51.928942+0000 mgr.smithi073.qftnkv (mgr.14182) 640 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:54.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:55.182 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:55.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:53.809425+0000 mgr.smithi073.qftnkv (mgr.14182) 641 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:55.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:53.929612+0000 mgr.smithi073.qftnkv (mgr.14182) 642 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:53.809425+0000 mgr.smithi073.qftnkv (mgr.14182) 641 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:53.929612+0000 mgr.smithi073.qftnkv (mgr.14182) 642 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:56.598 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:56.598 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:57.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:55.930098+0000 mgr.smithi073.qftnkv (mgr.14182) 643 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:56.593169+0000 mgr.smithi073.qftnkv (mgr.14182) 644 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:55.930098+0000 mgr.smithi073.qftnkv (mgr.14182) 643 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:29:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:56.593169+0000 mgr.smithi073.qftnkv (mgr.14182) 644 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:29:58.084 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:29:59.507 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:29:59.507 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:29:59.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:29:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:57.931014+0000 mgr.smithi073.qftnkv (mgr.14182) 645 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:29:59.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:29:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:29:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:57.931014+0000 mgr.smithi073.qftnkv (mgr.14182) 645 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:30:00.904 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:00.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:29:59.503250+0000 mgr.smithi073.qftnkv (mgr.14182) 646 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:00.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:00.000153+0000 mon.smithi073 (mon.0) 674 : cluster [INF] overall HEALTH_OK 2023-11-15T05:30:00.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:29:59.503250+0000 mgr.smithi073.qftnkv (mgr.14182) 646 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:00.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:00.000153+0000 mon.smithi073 (mon.0) 674 : cluster [INF] overall HEALTH_OK 2023-11-15T05:30:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:29:59.931623+0000 mgr.smithi073.qftnkv (mgr.14182) 647 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:01.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:29:59.931623+0000 mgr.smithi073.qftnkv (mgr.14182) 647 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:02.290 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:02.291 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:02.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:03.729 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:01.932201+0000 mgr.smithi073.qftnkv (mgr.14182) 648 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:02.286303+0000 mgr.smithi073.qftnkv (mgr.14182) 649 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:03.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:01.932201+0000 mgr.smithi073.qftnkv (mgr.14182) 648 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:03.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:02.286303+0000 mgr.smithi073.qftnkv (mgr.14182) 649 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:05.075 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:05.075 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:05.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:05.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:03.932952+0000 mgr.smithi073.qftnkv (mgr.14182) 650 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:03.932952+0000 mgr.smithi073.qftnkv (mgr.14182) 650 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:06.453 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:06.796 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:05.070986+0000 mgr.smithi073.qftnkv (mgr.14182) 651 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:06.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:05.070986+0000 mgr.smithi073.qftnkv (mgr.14182) 651 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:05.933668+0000 mgr.smithi073.qftnkv (mgr.14182) 652 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:07.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:05.933668+0000 mgr.smithi073.qftnkv (mgr.14182) 652 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:07.922 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:07.923 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:08.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:09.296 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:09.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:07.918558+0000 mgr.smithi073.qftnkv (mgr.14182) 653 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:09.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:07.934464+0000 mgr.smithi073.qftnkv (mgr.14182) 654 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:30:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:07.918558+0000 mgr.smithi073.qftnkv (mgr.14182) 653 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:07.934464+0000 mgr.smithi073.qftnkv (mgr.14182) 654 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:30:10.781 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:10.781 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:11.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:09.934887+0000 mgr.smithi073.qftnkv (mgr.14182) 655 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:11.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:09.934887+0000 mgr.smithi073.qftnkv (mgr.14182) 655 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:12.195 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:12.897 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:10.776859+0000 mgr.smithi073.qftnkv (mgr.14182) 656 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:12.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:10.776859+0000 mgr.smithi073.qftnkv (mgr.14182) 656 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:13.553 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:13.553 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:13.892 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:11.935549+0000 mgr.smithi073.qftnkv (mgr.14182) 657 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:11.935549+0000 mgr.smithi073.qftnkv (mgr.14182) 657 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:13.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:13.549184+0000 mgr.smithi073.qftnkv (mgr.14182) 658 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:14.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:13.549184+0000 mgr.smithi073.qftnkv (mgr.14182) 658 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:14.945 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:15.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:13.936246+0000 mgr.smithi073.qftnkv (mgr.14182) 659 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:13.936246+0000 mgr.smithi073.qftnkv (mgr.14182) 659 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:16.396 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:16.397 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:16.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:15.936672+0000 mgr.smithi073.qftnkv (mgr.14182) 660 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:16.392422+0000 mgr.smithi073.qftnkv (mgr.14182) 661 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:17.760 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:15.936672+0000 mgr.smithi073.qftnkv (mgr.14182) 660 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:16.392422+0000 mgr.smithi073.qftnkv (mgr.14182) 661 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:19.257 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:19.258 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:19.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:17.937459+0000 mgr.smithi073.qftnkv (mgr.14182) 662 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:30:19.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:17.937459+0000 mgr.smithi073.qftnkv (mgr.14182) 662 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:30:20.687 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:20.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:19.253826+0000 mgr.smithi073.qftnkv (mgr.14182) 663 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:20.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:19.253826+0000 mgr.smithi073.qftnkv (mgr.14182) 663 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:21.645 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:19.937980+0000 mgr.smithi073.qftnkv (mgr.14182) 664 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:19.937980+0000 mgr.smithi073.qftnkv (mgr.14182) 664 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:21.996 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:21.997 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:22.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:23.418 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:23.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:21.938602+0000 mgr.smithi073.qftnkv (mgr.14182) 665 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:23.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:21.991872+0000 mgr.smithi073.qftnkv (mgr.14182) 666 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:21.938602+0000 mgr.smithi073.qftnkv (mgr.14182) 665 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:21.991872+0000 mgr.smithi073.qftnkv (mgr.14182) 666 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:24.747 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:24.747 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:25.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:23.939273+0000 mgr.smithi073.qftnkv (mgr.14182) 667 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:25.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:23.939273+0000 mgr.smithi073.qftnkv (mgr.14182) 667 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:26.125 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:26.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:24.742893+0000 mgr.smithi073.qftnkv (mgr.14182) 668 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:26.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:24.742893+0000 mgr.smithi073.qftnkv (mgr.14182) 668 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:27.492 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:27.493 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:27.664 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:25.940012+0000 mgr.smithi073.qftnkv (mgr.14182) 669 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:27.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:25.940012+0000 mgr.smithi073.qftnkv (mgr.14182) 669 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:28.876 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:28.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:27.488094+0000 mgr.smithi073.qftnkv (mgr.14182) 670 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:28.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:27.488094+0000 mgr.smithi073.qftnkv (mgr.14182) 670 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:27.940957+0000 mgr.smithi073.qftnkv (mgr.14182) 671 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:30:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:27.940957+0000 mgr.smithi073.qftnkv (mgr.14182) 671 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:30:30.326 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:30.327 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:30.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:31.703 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:29.941446+0000 mgr.smithi073.qftnkv (mgr.14182) 672 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:30.322849+0000 mgr.smithi073.qftnkv (mgr.14182) 673 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:31.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:29.941446+0000 mgr.smithi073.qftnkv (mgr.14182) 672 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:31.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:30.322849+0000 mgr.smithi073.qftnkv (mgr.14182) 673 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:33.159 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:33.159 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:33.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:31.942224+0000 mgr.smithi073.qftnkv (mgr.14182) 674 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:33.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:31.942224+0000 mgr.smithi073.qftnkv (mgr.14182) 674 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:34.600 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:34.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:33.154644+0000 mgr.smithi073.qftnkv (mgr.14182) 675 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:34.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:33.154644+0000 mgr.smithi073.qftnkv (mgr.14182) 675 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:33.943041+0000 mgr.smithi073.qftnkv (mgr.14182) 676 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:35.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:33.943041+0000 mgr.smithi073.qftnkv (mgr.14182) 676 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:35.922 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:35.923 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:36.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:37.316 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:35.919082+0000 mgr.smithi073.qftnkv (mgr.14182) 677 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:37.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:35.943607+0000 mgr.smithi073.qftnkv (mgr.14182) 678 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:37.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:35.919082+0000 mgr.smithi073.qftnkv (mgr.14182) 677 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:37.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:35.943607+0000 mgr.smithi073.qftnkv (mgr.14182) 678 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:38.804 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:38.804 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:39.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:37.944435+0000 mgr.smithi073.qftnkv (mgr.14182) 679 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:30:39.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:37.944435+0000 mgr.smithi073.qftnkv (mgr.14182) 679 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:30:40.225 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:40.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:38.800222+0000 mgr.smithi073.qftnkv (mgr.14182) 680 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:40.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:38.800222+0000 mgr.smithi073.qftnkv (mgr.14182) 680 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:41.574 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:41.574 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:40.404727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:23:09.971516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.iamybv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-iamybv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.iamybv\nDeploy daemon haproxy.nfs.foo.smithi162.iamybv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:21:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:21:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:22:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.984076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xnmbwk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-xnmbwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.xnmbwk\nDeploy daemon haproxy.nfs.foo.smithi073.xnmbwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:23:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:24:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:25:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:25:38.988408Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hiimsh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:40.404867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:40.404939Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:40.405006Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:40.405070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:40.405329Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:39.945062+0000 mgr.smithi073.qftnkv (mgr.14182) 681 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:41.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:39.945062+0000 mgr.smithi073.qftnkv (mgr.14182) 681 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:30:42.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:41.570343+0000 mgr.smithi073.qftnkv (mgr.14182) 682 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:41.782504+0000 mon.smithi073 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.icdvxu"}]: dispatch 2023-11-15T05:30:42.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:41.789605+0000 mon.smithi073 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:30:42.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:42.033311+0000 mon.smithi073 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:42.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:42.037857+0000 mon.smithi073 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:42.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:42.199706+0000 mon.smithi073 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:41.570343+0000 mgr.smithi073.qftnkv (mgr.14182) 682 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:41.782504+0000 mon.smithi073 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.icdvxu"}]: dispatch 2023-11-15T05:30:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:41.789605+0000 mon.smithi073 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:30:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:42.033311+0000 mon.smithi073 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:42.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:42.037857+0000 mon.smithi073 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:42.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:42.199706+0000 mon.smithi073 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:43.020 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:43.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:30:41.781973+0000 mgr.smithi073.qftnkv (mgr.14182) 683 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi073.icdvxu ... 2023-11-15T05:30:43.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:30:43.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:28:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:29:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:30:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:30:43.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Traceback (most recent call last): 2023-11-15T05:30:43.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:30:43.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: yield (conn, connr) 2023-11-15T05:30:43.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:30:43.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: code, '\n'.join(err))) 2023-11-15T05:30:43.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi073.icdvxu ... 2023-11-15T05:30:43.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:30:43.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:28:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:29:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:30:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:30:43.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.927 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:30:41.782188+0000 mgr.smithi073.qftnkv (mgr.14182) 684 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.927 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:30:41.783104+0000 mgr.smithi073.qftnkv (mgr.14182) 685 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.928 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.928 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.929 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.929 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi073.icdvxu ... 2023-11-15T05:30:43.929 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.930 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:30:43.930 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:28:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.931 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:29:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.931 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:30:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.931 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:30:43.932 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.932 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:30:41.784842+0000 mgr.smithi073.qftnkv (mgr.14182) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:30:43.932 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:30:41.785921+0000 mgr.smithi073.qftnkv (mgr.14182) 687 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:30:43.932 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:41.786805+0000 mgr.smithi073.qftnkv (mgr.14182) 688 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:30:43.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:42.624081+0000 mon.smithi073 (mon.0) 680 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:30:43.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:43.332477+0000 mon.smithi073 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:43.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:43.613467+0000 mon.smithi073 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:43.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:43.614133+0000 mon.smithi073 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:43.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:43.614629+0000 mon.smithi073 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:43.934 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:43.615121+0000 mon.smithi073 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:43.934 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:43.619562+0000 mon.smithi073 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:43.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:30:41.781973+0000 mgr.smithi073.qftnkv (mgr.14182) 683 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi073.icdvxu ... 2023-11-15T05:30:43.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:30:43.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:28:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:29:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.938 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:30:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.939 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:30:43.939 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.940 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Traceback (most recent call last): 2023-11-15T05:30:43.940 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:30:43.940 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: yield (conn, connr) 2023-11-15T05:30:43.941 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:30:43.941 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: code, '\n'.join(err))) 2023-11-15T05:30:43.941 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.942 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.942 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.942 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.942 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi073.icdvxu ... 2023-11-15T05:30:43.943 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.943 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:30:43.944 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:28:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.944 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:29:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.945 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:30:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.945 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:30:43.945 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.945 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:30:41.782188+0000 mgr.smithi073.qftnkv (mgr.14182) 684 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.945 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:30:41.783104+0000 mgr.smithi073.qftnkv (mgr.14182) 685 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.946 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu 2023-11-15T05:30:43.946 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.946 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu 2023-11-15T05:30:43.946 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi073.icdvxu ... 2023-11-15T05:30:43.946 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.947 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:30:43.947 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:28:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.947 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:29:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.947 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:30:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:30:43.948 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:30:43.948 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:30:43.948 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:30:41.784842+0000 mgr.smithi073.qftnkv (mgr.14182) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:30:43.948 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:30:41.785921+0000 mgr.smithi073.qftnkv (mgr.14182) 687 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:30:43.949 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:41.786805+0000 mgr.smithi073.qftnkv (mgr.14182) 688 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:30:43.950 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:42.624081+0000 mon.smithi073 (mon.0) 680 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:30:43.950 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:43.332477+0000 mon.smithi073 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:43.950 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:43.613467+0000 mon.smithi073 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:43.951 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:43.614133+0000 mon.smithi073 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:43.951 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:43.614629+0000 mon.smithi073 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:43.951 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:43.615121+0000 mon.smithi073 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:43.952 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:43.619562+0000 mon.smithi073 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:44.914 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:30:43.615487+0000 mgr.smithi073.qftnkv (mgr.14182) 689 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 3736M 2023-11-15T05:30:44.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:30:43.615487+0000 mgr.smithi073.qftnkv (mgr.14182) 689 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 3736M 2023-11-15T05:30:44.937 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:44.937 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:25:43.195254Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:25:43.195320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:25:43.195383Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:25:43.195180Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:25:43.195027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:25:43.195908Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:25:43.195460Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:25:43.195593Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:25:43.195519Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:25:43.195850Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:45.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:43.787578+0000 mgr.smithi073.qftnkv (mgr.14182) 690 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:30:45.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:43.787578+0000 mgr.smithi073.qftnkv (mgr.14182) 690 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:30:46.551 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:46.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:44.933280+0000 mgr.smithi073.qftnkv (mgr.14182) 691 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:46.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.025621+0000 mon.smithi073 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:46.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.350861+0000 mon.smithi073 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:46.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.351561+0000 mon.smithi073 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:46.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.352104+0000 mon.smithi073 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:46.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.352628+0000 mon.smithi073 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:46.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.357041+0000 mon.smithi073 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:46.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.358603+0000 mon.smithi073 (mon.0) 693 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:30:46.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.359172+0000 mon.smithi073 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:30:46.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.508371+0000 mon.smithi073 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:46.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.512438+0000 mon.smithi073 (mon.0) 696 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:30:46.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:46.519246+0000 mon.smithi073 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:46.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:44.933280+0000 mgr.smithi073.qftnkv (mgr.14182) 691 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:46.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.025621+0000 mon.smithi073 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:46.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.350861+0000 mon.smithi073 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:46.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.351561+0000 mon.smithi073 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:46.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.352104+0000 mon.smithi073 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:46.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.352628+0000 mon.smithi073 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:30:46.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.357041+0000 mon.smithi073 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:46.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.358603+0000 mon.smithi073 (mon.0) 693 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:30:46.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.359172+0000 mon.smithi073 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:30:46.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.508371+0000 mon.smithi073 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:46.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.512438+0000 mon.smithi073 (mon.0) 696 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:30:46.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:46.519246+0000 mon.smithi073 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:30:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:47.900 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:45.788168+0000 mgr.smithi073.qftnkv (mgr.14182) 692 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:30:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:30:46.353073+0000 mgr.smithi073.qftnkv (mgr.14182) 693 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 2712M 2023-11-15T05:30:47.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:30:46.362237+0000 mgr.smithi073.qftnkv (mgr.14182) 694 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T05:30:47.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:46.509243+0000 mgr.smithi073.qftnkv (mgr.14182) 695 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 31 op/s 2023-11-15T05:30:47.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:30:46.521431+0000 mgr.smithi073.qftnkv (mgr.14182) 696 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.vhfcgf on smithi162 2023-11-15T05:30:47.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:46.637261+0000 mon.smithi073 (mon.0) 698 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:30:47.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:46.637292+0000 mon.smithi073 (mon.0) 699 : cluster [INF] Cluster is now healthy 2023-11-15T05:30:47.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:45.788168+0000 mgr.smithi073.qftnkv (mgr.14182) 692 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:30:47.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:30:46.353073+0000 mgr.smithi073.qftnkv (mgr.14182) 693 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 2712M 2023-11-15T05:30:47.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:30:46.362237+0000 mgr.smithi073.qftnkv (mgr.14182) 694 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T05:30:47.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:46.509243+0000 mgr.smithi073.qftnkv (mgr.14182) 695 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 31 op/s 2023-11-15T05:30:47.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:30:46.521431+0000 mgr.smithi073.qftnkv (mgr.14182) 696 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.vhfcgf on smithi162 2023-11-15T05:30:47.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:46.637261+0000 mon.smithi073 (mon.0) 698 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:30:47.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:46.637292+0000 mon.smithi073 (mon.0) 699 : cluster [INF] Cluster is now healthy 2023-11-15T05:30:48.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:49.314 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:47.895395+0000 mgr.smithi073.qftnkv (mgr.14182) 697 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:49.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:48.510015+0000 mgr.smithi073.qftnkv (mgr.14182) 698 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-15T05:30:49.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:47.895395+0000 mgr.smithi073.qftnkv (mgr.14182) 697 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:49.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:48.510015+0000 mgr.smithi073.qftnkv (mgr.14182) 698 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-15T05:30:50.738 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:50.739 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:51.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:50.510522+0000 mgr.smithi073.qftnkv (mgr.14182) 699 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 68 op/s 2023-11-15T05:30:51.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:50.510522+0000 mgr.smithi073.qftnkv (mgr.14182) 699 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 68 op/s 2023-11-15T05:30:52.125 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:52.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:50.731279+0000 mgr.smithi073.qftnkv (mgr.14182) 700 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:50.731279+0000 mgr.smithi073.qftnkv (mgr.14182) 700 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:53.556 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:53.557 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:52.511325+0000 mgr.smithi073.qftnkv (mgr.14182) 701 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 68 op/s 2023-11-15T05:30:53.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:52.511325+0000 mgr.smithi073.qftnkv (mgr.14182) 701 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 68 op/s 2023-11-15T05:30:54.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:54.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:53.552537+0000 mgr.smithi073.qftnkv (mgr.14182) 702 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:54.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:53.552537+0000 mgr.smithi073.qftnkv (mgr.14182) 702 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:55.013 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:55.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:54.511936+0000 mgr.smithi073.qftnkv (mgr.14182) 703 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 68 op/s 2023-11-15T05:30:56.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:54.511936+0000 mgr.smithi073.qftnkv (mgr.14182) 703 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 68 op/s 2023-11-15T05:30:56.439 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:56.439 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:56.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:57.813 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:30:57.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:56.434925+0000 mgr.smithi073.qftnkv (mgr.14182) 704 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:57.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:56.512564+0000 mgr.smithi073.qftnkv (mgr.14182) 705 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 72 op/s 2023-11-15T05:30:58.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:56.434925+0000 mgr.smithi073.qftnkv (mgr.14182) 704 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:30:58.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:56.512564+0000 mgr.smithi073.qftnkv (mgr.14182) 705 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 72 op/s 2023-11-15T05:30:59.311 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:30:59.312 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:30:59.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:30:59.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:30:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:30:58.513230+0000 mgr.smithi073.qftnkv (mgr.14182) 706 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 40 op/s 2023-11-15T05:31:00.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:30:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:30:58.513230+0000 mgr.smithi073.qftnkv (mgr.14182) 706 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 40 op/s 2023-11-15T05:31:00.695 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:01.030 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:30:59.307803+0000 mgr.smithi073.qftnkv (mgr.14182) 707 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:01.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:30:59.307803+0000 mgr.smithi073.qftnkv (mgr.14182) 707 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:02.076 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:02.077 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:02.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:00.513785+0000 mgr.smithi073.qftnkv (mgr.14182) 708 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 0 B/s wr, 14 op/s 2023-11-15T05:31:02.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:00.513785+0000 mgr.smithi073.qftnkv (mgr.14182) 708 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 0 B/s wr, 14 op/s 2023-11-15T05:31:02.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:03.468 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:03.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:02.072449+0000 mgr.smithi073.qftnkv (mgr.14182) 709 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:03.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:02.514617+0000 mgr.smithi073.qftnkv (mgr.14182) 710 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:31:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:02.072449+0000 mgr.smithi073.qftnkv (mgr.14182) 709 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:02.514617+0000 mgr.smithi073.qftnkv (mgr.14182) 710 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T05:31:04.923 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:04.924 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:05.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:04.515087+0000 mgr.smithi073.qftnkv (mgr.14182) 711 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:31:05.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:04.515087+0000 mgr.smithi073.qftnkv (mgr.14182) 711 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:31:06.287 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:06.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:04.919269+0000 mgr.smithi073.qftnkv (mgr.14182) 712 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:06.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:04.919269+0000 mgr.smithi073.qftnkv (mgr.14182) 712 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:06.515684+0000 mgr.smithi073.qftnkv (mgr.14182) 713 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:31:07.738 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:07.738 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:06.515684+0000 mgr.smithi073.qftnkv (mgr.14182) 713 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T05:31:08.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:09.146 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:09.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:07.733969+0000 mgr.smithi073.qftnkv (mgr.14182) 714 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:09.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:08.516538+0000 mgr.smithi073.qftnkv (mgr.14182) 715 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-15T05:31:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:07.733969+0000 mgr.smithi073.qftnkv (mgr.14182) 714 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:08.516538+0000 mgr.smithi073.qftnkv (mgr.14182) 715 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-15T05:31:10.512 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:10.513 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:10.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:11.895 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:10.508899+0000 mgr.smithi073.qftnkv (mgr.14182) 716 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:10.516962+0000 mgr.smithi073.qftnkv (mgr.14182) 717 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:11.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:10.508899+0000 mgr.smithi073.qftnkv (mgr.14182) 716 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:11.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:10.516962+0000 mgr.smithi073.qftnkv (mgr.14182) 717 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:13.251 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:13.251 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:13.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:12.517790+0000 mgr.smithi073.qftnkv (mgr.14182) 718 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:13.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:12.517790+0000 mgr.smithi073.qftnkv (mgr.14182) 718 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:14.635 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:13.246783+0000 mgr.smithi073.qftnkv (mgr.14182) 719 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:14.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:13.246783+0000 mgr.smithi073.qftnkv (mgr.14182) 719 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:15.613 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:14.518346+0000 mgr.smithi073.qftnkv (mgr.14182) 720 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:14.518346+0000 mgr.smithi073.qftnkv (mgr.14182) 720 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:15.971 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:15.971 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:16.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:17.352 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:15.966837+0000 mgr.smithi073.qftnkv (mgr.14182) 721 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:17.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:16.518945+0000 mgr.smithi073.qftnkv (mgr.14182) 722 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:15.966837+0000 mgr.smithi073.qftnkv (mgr.14182) 721 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:17.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:16.518945+0000 mgr.smithi073.qftnkv (mgr.14182) 722 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:18.794 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:18.795 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:19.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:18.519559+0000 mgr.smithi073.qftnkv (mgr.14182) 723 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:19.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:18.519559+0000 mgr.smithi073.qftnkv (mgr.14182) 723 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:20.169 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:20.896 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:18.790473+0000 mgr.smithi073.qftnkv (mgr.14182) 724 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:20.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:18.790473+0000 mgr.smithi073.qftnkv (mgr.14182) 724 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:21.624 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:21.624 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:21.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:20.520027+0000 mgr.smithi073.qftnkv (mgr.14182) 725 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:20.520027+0000 mgr.smithi073.qftnkv (mgr.14182) 725 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:22.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:22.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:21.619833+0000 mgr.smithi073.qftnkv (mgr.14182) 726 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:22.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:21.619833+0000 mgr.smithi073.qftnkv (mgr.14182) 726 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:23.053 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:23.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:22.521055+0000 mgr.smithi073.qftnkv (mgr.14182) 727 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:22.521055+0000 mgr.smithi073.qftnkv (mgr.14182) 727 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:24.391 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:24.392 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:24.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:25.850 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:25.884 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:24.387692+0000 mgr.smithi073.qftnkv (mgr.14182) 728 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:25.885 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:24.521432+0000 mgr.smithi073.qftnkv (mgr.14182) 729 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:24.387692+0000 mgr.smithi073.qftnkv (mgr.14182) 728 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:24.521432+0000 mgr.smithi073.qftnkv (mgr.14182) 729 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:27.307 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:27.307 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:27.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:26.522036+0000 mgr.smithi073.qftnkv (mgr.14182) 730 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:27.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:26.522036+0000 mgr.smithi073.qftnkv (mgr.14182) 730 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:28.732 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:28.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:27.302986+0000 mgr.smithi073.qftnkv (mgr.14182) 731 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:28.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:27.302986+0000 mgr.smithi073.qftnkv (mgr.14182) 731 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:29.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:28.522870+0000 mgr.smithi073.qftnkv (mgr.14182) 732 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:28.522870+0000 mgr.smithi073.qftnkv (mgr.14182) 732 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:30.095 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:30.096 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:30.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:31.516 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:31.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:30.091807+0000 mgr.smithi073.qftnkv (mgr.14182) 733 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:31.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:30.523547+0000 mgr.smithi073.qftnkv (mgr.14182) 734 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:30.091807+0000 mgr.smithi073.qftnkv (mgr.14182) 733 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:30.523547+0000 mgr.smithi073.qftnkv (mgr.14182) 734 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:32.952 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:32.952 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:33.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:33.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:32.524384+0000 mgr.smithi073.qftnkv (mgr.14182) 735 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:32.524384+0000 mgr.smithi073.qftnkv (mgr.14182) 735 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:34.324 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:34.651 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:32.948195+0000 mgr.smithi073.qftnkv (mgr.14182) 736 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:34.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:32.948195+0000 mgr.smithi073.qftnkv (mgr.14182) 736 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:35.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:34.524924+0000 mgr.smithi073.qftnkv (mgr.14182) 737 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:35.736 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:35.737 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:34.524924+0000 mgr.smithi073.qftnkv (mgr.14182) 737 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:36.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:37.174 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:37.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:35.732849+0000 mgr.smithi073.qftnkv (mgr.14182) 738 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:37.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:36.525521+0000 mgr.smithi073.qftnkv (mgr.14182) 739 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:35.732849+0000 mgr.smithi073.qftnkv (mgr.14182) 738 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:36.525521+0000 mgr.smithi073.qftnkv (mgr.14182) 739 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:38.523 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:38.523 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:38.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:38.519267+0000 mgr.smithi073.qftnkv (mgr.14182) 740 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:38.526078+0000 mgr.smithi073.qftnkv (mgr.14182) 741 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:39.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:38.519267+0000 mgr.smithi073.qftnkv (mgr.14182) 740 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:39.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:38.526078+0000 mgr.smithi073.qftnkv (mgr.14182) 741 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:39.924 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:41.291 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:41.291 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:41.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:40.526502+0000 mgr.smithi073.qftnkv (mgr.14182) 742 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:40.526502+0000 mgr.smithi073.qftnkv (mgr.14182) 742 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:42.657 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:41.286781+0000 mgr.smithi073.qftnkv (mgr.14182) 743 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:41.286781+0000 mgr.smithi073.qftnkv (mgr.14182) 743 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:42.527637+0000 mgr.smithi073.qftnkv (mgr.14182) 744 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:42.527637+0000 mgr.smithi073.qftnkv (mgr.14182) 744 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:43.964 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:43.964 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:44.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:45.357 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:45.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:43.959981+0000 mgr.smithi073.qftnkv (mgr.14182) 745 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:45.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:44.528214+0000 mgr.smithi073.qftnkv (mgr.14182) 746 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:43.959981+0000 mgr.smithi073.qftnkv (mgr.14182) 745 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:45.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:44.528214+0000 mgr.smithi073.qftnkv (mgr.14182) 746 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:46.784 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:46.784 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:47.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:46.528790+0000 mgr.smithi073.qftnkv (mgr.14182) 747 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:46.528790+0000 mgr.smithi073.qftnkv (mgr.14182) 747 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:48.146 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:48.883 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:46.779668+0000 mgr.smithi073.qftnkv (mgr.14182) 748 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:48.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:46.779668+0000 mgr.smithi073.qftnkv (mgr.14182) 748 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:49.617 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:49.618 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:48.529405+0000 mgr.smithi073.qftnkv (mgr.14182) 749 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:49.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:48.529405+0000 mgr.smithi073.qftnkv (mgr.14182) 749 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:50.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:50.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:49.613347+0000 mgr.smithi073.qftnkv (mgr.14182) 750 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:50.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:49.613347+0000 mgr.smithi073.qftnkv (mgr.14182) 750 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:51.030 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:50.530006+0000 mgr.smithi073.qftnkv (mgr.14182) 751 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:51.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:50.530006+0000 mgr.smithi073.qftnkv (mgr.14182) 751 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:52.397 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:52.398 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:52.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:53.797 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:53.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:52.393761+0000 mgr.smithi073.qftnkv (mgr.14182) 752 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:53.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:52.530801+0000 mgr.smithi073.qftnkv (mgr.14182) 753 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:52.393761+0000 mgr.smithi073.qftnkv (mgr.14182) 752 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:52.530801+0000 mgr.smithi073.qftnkv (mgr.14182) 753 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:55.246 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:55.246 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:55.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:54.531409+0000 mgr.smithi073.qftnkv (mgr.14182) 754 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:55.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:54.531409+0000 mgr.smithi073.qftnkv (mgr.14182) 754 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:56.612 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:56.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:55.242197+0000 mgr.smithi073.qftnkv (mgr.14182) 755 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:56.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:55.242197+0000 mgr.smithi073.qftnkv (mgr.14182) 755 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:56.532155+0000 mgr.smithi073.qftnkv (mgr.14182) 756 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:56.532155+0000 mgr.smithi073.qftnkv (mgr.14182) 756 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:31:58.144 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:31:58.145 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:31:58.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:31:59.571 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:31:59.913 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:31:58.141030+0000 mgr.smithi073.qftnkv (mgr.14182) 757 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:59.913 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:31:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:31:58.532888+0000 mgr.smithi073.qftnkv (mgr.14182) 758 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:31:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:31:58.141030+0000 mgr.smithi073.qftnkv (mgr.14182) 757 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:31:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:31:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:31:58.532888+0000 mgr.smithi073.qftnkv (mgr.14182) 758 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:00.933 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:00.934 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:01.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:00.533305+0000 mgr.smithi073.qftnkv (mgr.14182) 759 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:01.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:00.533305+0000 mgr.smithi073.qftnkv (mgr.14182) 759 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:02.320 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:02.645 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:00.929304+0000 mgr.smithi073.qftnkv (mgr.14182) 760 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:02.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:00.929304+0000 mgr.smithi073.qftnkv (mgr.14182) 760 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:03.669 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:03.669 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:02.534093+0000 mgr.smithi073.qftnkv (mgr.14182) 761 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:03.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:02.534093+0000 mgr.smithi073.qftnkv (mgr.14182) 761 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:04.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:04.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:03.665372+0000 mgr.smithi073.qftnkv (mgr.14182) 762 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:04.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:03.665372+0000 mgr.smithi073.qftnkv (mgr.14182) 762 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:05.061 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:05.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:04.534597+0000 mgr.smithi073.qftnkv (mgr.14182) 763 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:04.534597+0000 mgr.smithi073.qftnkv (mgr.14182) 763 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:06.405 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:06.405 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:06.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:06.401413+0000 mgr.smithi073.qftnkv (mgr.14182) 764 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:06.535295+0000 mgr.smithi073.qftnkv (mgr.14182) 765 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:07.777 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:06.401413+0000 mgr.smithi073.qftnkv (mgr.14182) 764 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:06.535295+0000 mgr.smithi073.qftnkv (mgr.14182) 765 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:09.134 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:09.134 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:09.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:08.535844+0000 mgr.smithi073.qftnkv (mgr.14182) 766 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:09.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:08.535844+0000 mgr.smithi073.qftnkv (mgr.14182) 766 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:10.510 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:10.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:09.129722+0000 mgr.smithi073.qftnkv (mgr.14182) 767 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:10.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:09.129722+0000 mgr.smithi073.qftnkv (mgr.14182) 767 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:11.844 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:11.845 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:11.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:10.536382+0000 mgr.smithi073.qftnkv (mgr.14182) 768 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:10.536382+0000 mgr.smithi073.qftnkv (mgr.14182) 768 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:12.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:13.203 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:13.896 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:11.840366+0000 mgr.smithi073.qftnkv (mgr.14182) 769 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:13.896 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:12.537281+0000 mgr.smithi073.qftnkv (mgr.14182) 770 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:11.840366+0000 mgr.smithi073.qftnkv (mgr.14182) 769 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:12.537281+0000 mgr.smithi073.qftnkv (mgr.14182) 770 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:14.581 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:14.581 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:14.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:14.537711+0000 mgr.smithi073.qftnkv (mgr.14182) 771 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:14.577034+0000 mgr.smithi073.qftnkv (mgr.14182) 772 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:15.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:14.537711+0000 mgr.smithi073.qftnkv (mgr.14182) 771 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:15.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:14.577034+0000 mgr.smithi073.qftnkv (mgr.14182) 772 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:15.978 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:17.397 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:17.398 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:16.538401+0000 mgr.smithi073.qftnkv (mgr.14182) 773 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:17.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:16.538401+0000 mgr.smithi073.qftnkv (mgr.14182) 773 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:18.836 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:18.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:17.393478+0000 mgr.smithi073.qftnkv (mgr.14182) 774 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:17.393478+0000 mgr.smithi073.qftnkv (mgr.14182) 774 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:19.894 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:18.539296+0000 mgr.smithi073.qftnkv (mgr.14182) 775 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:18.539296+0000 mgr.smithi073.qftnkv (mgr.14182) 775 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:20.277 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:20.278 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:20.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:21.685 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:20.274041+0000 mgr.smithi073.qftnkv (mgr.14182) 776 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:20.539886+0000 mgr.smithi073.qftnkv (mgr.14182) 777 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:21.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:20.274041+0000 mgr.smithi073.qftnkv (mgr.14182) 776 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:21.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:20.539886+0000 mgr.smithi073.qftnkv (mgr.14182) 777 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:23.234 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:23.235 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:23.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:23.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:22.540649+0000 mgr.smithi073.qftnkv (mgr.14182) 778 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:23.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:22.540649+0000 mgr.smithi073.qftnkv (mgr.14182) 778 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:24.660 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:24.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:23.230633+0000 mgr.smithi073.qftnkv (mgr.14182) 779 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:24.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:23.230633+0000 mgr.smithi073.qftnkv (mgr.14182) 779 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:25.652 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:24.541355+0000 mgr.smithi073.qftnkv (mgr.14182) 780 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:24.541355+0000 mgr.smithi073.qftnkv (mgr.14182) 780 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:26.006 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:26.006 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:26.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:27.383 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:26.002263+0000 mgr.smithi073.qftnkv (mgr.14182) 781 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:27.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:26.542106+0000 mgr.smithi073.qftnkv (mgr.14182) 782 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:26.002263+0000 mgr.smithi073.qftnkv (mgr.14182) 781 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:26.542106+0000 mgr.smithi073.qftnkv (mgr.14182) 782 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:28.738 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:28.738 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:29.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:28.542766+0000 mgr.smithi073.qftnkv (mgr.14182) 783 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:28.542766+0000 mgr.smithi073.qftnkv (mgr.14182) 783 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:30.109 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:30.785 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:28.733848+0000 mgr.smithi073.qftnkv (mgr.14182) 784 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:30.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:28.733848+0000 mgr.smithi073.qftnkv (mgr.14182) 784 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:31.426 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:31.426 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:31.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:30.543197+0000 mgr.smithi073.qftnkv (mgr.14182) 785 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:31.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:30.543197+0000 mgr.smithi073.qftnkv (mgr.14182) 785 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:32.823 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:32.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:31.421908+0000 mgr.smithi073.qftnkv (mgr.14182) 786 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:32.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:31.421908+0000 mgr.smithi073.qftnkv (mgr.14182) 786 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:33.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:32.544070+0000 mgr.smithi073.qftnkv (mgr.14182) 787 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:32.544070+0000 mgr.smithi073.qftnkv (mgr.14182) 787 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:34.258 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:34.259 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:34.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:35.633 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:34.254954+0000 mgr.smithi073.qftnkv (mgr.14182) 788 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:34.544513+0000 mgr.smithi073.qftnkv (mgr.14182) 789 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:35.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:34.254954+0000 mgr.smithi073.qftnkv (mgr.14182) 788 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:35.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:34.544513+0000 mgr.smithi073.qftnkv (mgr.14182) 789 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:37.083 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:37.084 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:37.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:36.545176+0000 mgr.smithi073.qftnkv (mgr.14182) 790 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:36.545176+0000 mgr.smithi073.qftnkv (mgr.14182) 790 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:38.492 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:38.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:37.079739+0000 mgr.smithi073.qftnkv (mgr.14182) 791 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:38.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:37.079739+0000 mgr.smithi073.qftnkv (mgr.14182) 791 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:39.841 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:39.842 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:39.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:38.545854+0000 mgr.smithi073.qftnkv (mgr.14182) 792 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:38.545854+0000 mgr.smithi073.qftnkv (mgr.14182) 792 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:40.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:41.223 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:41.900 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:39.837656+0000 mgr.smithi073.qftnkv (mgr.14182) 793 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:41.900 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:40.546421+0000 mgr.smithi073.qftnkv (mgr.14182) 794 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:39.837656+0000 mgr.smithi073.qftnkv (mgr.14182) 793 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:40.546421+0000 mgr.smithi073.qftnkv (mgr.14182) 794 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:42.566 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:42.566 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:42.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:42.547204+0000 mgr.smithi073.qftnkv (mgr.14182) 795 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:43.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:42.561215+0000 mgr.smithi073.qftnkv (mgr.14182) 796 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:42.547204+0000 mgr.smithi073.qftnkv (mgr.14182) 795 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:42.561215+0000 mgr.smithi073.qftnkv (mgr.14182) 796 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:43.973 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:45.317 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:45.318 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:45.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:44.547724+0000 mgr.smithi073.qftnkv (mgr.14182) 797 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:45.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:44.547724+0000 mgr.smithi073.qftnkv (mgr.14182) 797 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:46.705 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:46.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:45.313416+0000 mgr.smithi073.qftnkv (mgr.14182) 798 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:46.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:45.313416+0000 mgr.smithi073.qftnkv (mgr.14182) 798 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:46.548418+0000 mgr.smithi073.qftnkv (mgr.14182) 799 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:46.548418+0000 mgr.smithi073.qftnkv (mgr.14182) 799 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:48.136 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:48.136 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:48.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:49.523 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:49.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:48.131904+0000 mgr.smithi073.qftnkv (mgr.14182) 800 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:49.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:48.549093+0000 mgr.smithi073.qftnkv (mgr.14182) 801 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:48.131904+0000 mgr.smithi073.qftnkv (mgr.14182) 800 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:48.549093+0000 mgr.smithi073.qftnkv (mgr.14182) 801 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:50.937 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:50.937 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:51.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:50.549578+0000 mgr.smithi073.qftnkv (mgr.14182) 802 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:51.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:50.549578+0000 mgr.smithi073.qftnkv (mgr.14182) 802 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:52.370 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:52.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:50.932595+0000 mgr.smithi073.qftnkv (mgr.14182) 803 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:52.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:50.932595+0000 mgr.smithi073.qftnkv (mgr.14182) 803 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:53.818 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:53.819 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:53.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:52.550562+0000 mgr.smithi073.qftnkv (mgr.14182) 804 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:52.550562+0000 mgr.smithi073.qftnkv (mgr.14182) 804 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:54.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:55.203 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:53.814862+0000 mgr.smithi073.qftnkv (mgr.14182) 805 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:54.551024+0000 mgr.smithi073.qftnkv (mgr.14182) 806 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:55.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:53.814862+0000 mgr.smithi073.qftnkv (mgr.14182) 805 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:55.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:54.551024+0000 mgr.smithi073.qftnkv (mgr.14182) 806 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:56.604 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:56.604 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:57.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:56.551657+0000 mgr.smithi073.qftnkv (mgr.14182) 807 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:56.599921+0000 mgr.smithi073.qftnkv (mgr.14182) 808 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:57.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:56.551657+0000 mgr.smithi073.qftnkv (mgr.14182) 807 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:32:57.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:56.599921+0000 mgr.smithi073.qftnkv (mgr.14182) 808 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:32:58.054 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:32:59.409 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:32:59.410 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:32:59.808 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:32:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:32:58.552415+0000 mgr.smithi073.qftnkv (mgr.14182) 809 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:32:59.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:32:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:32:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:32:58.552415+0000 mgr.smithi073.qftnkv (mgr.14182) 809 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:00.828 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:00.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:32:59.405926+0000 mgr.smithi073.qftnkv (mgr.14182) 810 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:00.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:32:59.405926+0000 mgr.smithi073.qftnkv (mgr.14182) 810 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:01.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:00.553045+0000 mgr.smithi073.qftnkv (mgr.14182) 811 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:00.553045+0000 mgr.smithi073.qftnkv (mgr.14182) 811 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:02.188 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:02.188 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:02.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:03.578 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:02.184420+0000 mgr.smithi073.qftnkv (mgr.14182) 812 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:02.554030+0000 mgr.smithi073.qftnkv (mgr.14182) 813 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:03.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:02.184420+0000 mgr.smithi073.qftnkv (mgr.14182) 812 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:03.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:02.554030+0000 mgr.smithi073.qftnkv (mgr.14182) 813 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:04.998 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:04.999 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:05.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:05.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:04.554594+0000 mgr.smithi073.qftnkv (mgr.14182) 814 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:04.554594+0000 mgr.smithi073.qftnkv (mgr.14182) 814 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:06.386 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:06.769 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:04.994705+0000 mgr.smithi073.qftnkv (mgr.14182) 815 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:06.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:04.994705+0000 mgr.smithi073.qftnkv (mgr.14182) 815 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:07.859 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:07.859 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:07.881 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:06.555218+0000 mgr.smithi073.qftnkv (mgr.14182) 816 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:06.555218+0000 mgr.smithi073.qftnkv (mgr.14182) 816 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:08.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:09.242 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:09.912 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:07.855070+0000 mgr.smithi073.qftnkv (mgr.14182) 817 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:09.912 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:08.555925+0000 mgr.smithi073.qftnkv (mgr.14182) 818 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:07.855070+0000 mgr.smithi073.qftnkv (mgr.14182) 817 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:08.555925+0000 mgr.smithi073.qftnkv (mgr.14182) 818 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:10.637 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:10.637 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:11.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:10.556382+0000 mgr.smithi073.qftnkv (mgr.14182) 819 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:10.633440+0000 mgr.smithi073.qftnkv (mgr.14182) 820 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:11.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:10.556382+0000 mgr.smithi073.qftnkv (mgr.14182) 819 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:11.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:10.633440+0000 mgr.smithi073.qftnkv (mgr.14182) 820 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:12.059 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:13.373 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:13.373 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:25:38.989433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hdsqys on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:13.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:12.557176+0000 mgr.smithi073.qftnkv (mgr.14182) 821 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:13.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:12.557176+0000 mgr.smithi073.qftnkv (mgr.14182) 821 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:14.783 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:14.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:13.369326+0000 mgr.smithi073.qftnkv (mgr.14182) 822 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:13.369326+0000 mgr.smithi073.qftnkv (mgr.14182) 822 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:15.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:14.557674+0000 mgr.smithi073.qftnkv (mgr.14182) 823 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:15.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:15.413107+0000 mon.smithi073 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.vhfcgf"}]: dispatch 2023-11-15T05:33:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:14.557674+0000 mgr.smithi073.qftnkv (mgr.14182) 823 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:15.413107+0000 mon.smithi073 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.vhfcgf"}]: dispatch 2023-11-15T05:33:16.269 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:16.270 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:16.615 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:33:15.412635+0000 mgr.smithi073.qftnkv (mgr.14182) 824 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.615 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.615 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.615 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.616 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.vhfcgf ... 2023-11-15T05:33:16.616 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.616 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:33:16.616 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:31: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" 2023-11-15T05:33:16.617 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:32:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:16.617 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:32: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" 2023-11-15T05:33:16.617 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:33:16.617 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.617 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Traceback (most recent call last): 2023-11-15T05:33:16.618 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:33:16.618 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: yield (conn, connr) 2023-11-15T05:33:16.618 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:33:16.618 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: code, '\n'.join(err))) 2023-11-15T05:33:16.619 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.619 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.619 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.619 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.619 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.vhfcgf ... 2023-11-15T05:33:16.620 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.620 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:33:16.620 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:31: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" 2023-11-15T05:33:16.620 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:32:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:16.620 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:32: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" 2023-11-15T05:33:16.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:33:16.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:33:15.412819+0000 mgr.smithi073.qftnkv (mgr.14182) 825 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:33:15.413810+0000 mgr.smithi073.qftnkv (mgr.14182) 826 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.vhfcgf ... 2023-11-15T05:33:16.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:33:16.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:31: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" 2023-11-15T05:33:16.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:32:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:16.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:32: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" 2023-11-15T05:33:16.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:33:16.624 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.624 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:33:15.415971+0000 mgr.smithi073.qftnkv (mgr.14182) 827 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ynmxyf on smithi073 2023-11-15T05:33:16.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:16.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:33:15.412635+0000 mgr.smithi073.qftnkv (mgr.14182) 824 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.vhfcgf ... 2023-11-15T05:33:16.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:33:16.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:31: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" 2023-11-15T05:33:16.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:32:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:16.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:32: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" 2023-11-15T05:33:16.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:33:16.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Traceback (most recent call last): 2023-11-15T05:33:16.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:33:16.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: yield (conn, connr) 2023-11-15T05:33:16.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:33:16.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: code, '\n'.join(err))) 2023-11-15T05:33:16.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.vhfcgf ... 2023-11-15T05:33:16.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:33:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:31: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" 2023-11-15T05:33:16.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:32:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:16.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:32: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" 2023-11-15T05:33:16.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:33:16.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:33:15.412819+0000 mgr.smithi073.qftnkv (mgr.14182) 825 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:33:15.413810+0000 mgr.smithi073.qftnkv (mgr.14182) 826 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf 2023-11-15T05:33:16.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf 2023-11-15T05:33:16.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.vhfcgf ... 2023-11-15T05:33:16.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:33:16.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:31: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" 2023-11-15T05:33:16.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:32:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:33:16.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:32: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" 2023-11-15T05:33:16.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:33:16.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:33:16.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:33:15.415971+0000 mgr.smithi073.qftnkv (mgr.14182) 827 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ynmxyf on smithi073 2023-11-15T05:33:17.651 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:17.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:16.265531+0000 mgr.smithi073.qftnkv (mgr.14182) 828 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:17.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:16.558441+0000 mgr.smithi073.qftnkv (mgr.14182) 829 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:16.265531+0000 mgr.smithi073.qftnkv (mgr.14182) 828 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:16.558441+0000 mgr.smithi073.qftnkv (mgr.14182) 829 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:19.161 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:19.162 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:19.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:18.559156+0000 mgr.smithi073.qftnkv (mgr.14182) 830 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:19.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:18.559156+0000 mgr.smithi073.qftnkv (mgr.14182) 830 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:20.559 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:20.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:19.157231+0000 mgr.smithi073.qftnkv (mgr.14182) 831 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:20.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:19.157231+0000 mgr.smithi073.qftnkv (mgr.14182) 831 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:21.880 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:21.880 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:21.901 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:20.559784+0000 mgr.smithi073.qftnkv (mgr.14182) 832 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:20.559784+0000 mgr.smithi073.qftnkv (mgr.14182) 832 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:22.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:23.334 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:23.665 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:21.875730+0000 mgr.smithi073.qftnkv (mgr.14182) 833 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:23.666 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:22.560554+0000 mgr.smithi073.qftnkv (mgr.14182) 834 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:21.875730+0000 mgr.smithi073.qftnkv (mgr.14182) 833 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:22.560554+0000 mgr.smithi073.qftnkv (mgr.14182) 834 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:24.779 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:24.779 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:25.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:24.561004+0000 mgr.smithi073.qftnkv (mgr.14182) 835 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:25.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:24.561004+0000 mgr.smithi073.qftnkv (mgr.14182) 835 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:26.157 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:26.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:24.774926+0000 mgr.smithi073.qftnkv (mgr.14182) 836 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:26.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:24.774926+0000 mgr.smithi073.qftnkv (mgr.14182) 836 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:27.579 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:27.579 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:26.561672+0000 mgr.smithi073.qftnkv (mgr.14182) 837 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:27.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:26.561672+0000 mgr.smithi073.qftnkv (mgr.14182) 837 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:28.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:28.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:27.575012+0000 mgr.smithi073.qftnkv (mgr.14182) 838 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:28.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:27.575012+0000 mgr.smithi073.qftnkv (mgr.14182) 838 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:29.027 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:28.562447+0000 mgr.smithi073.qftnkv (mgr.14182) 839 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:28.562447+0000 mgr.smithi073.qftnkv (mgr.14182) 839 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:30.356 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:30.356 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:30.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:31.765 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:30.352004+0000 mgr.smithi073.qftnkv (mgr.14182) 840 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:30.563004+0000 mgr.smithi073.qftnkv (mgr.14182) 841 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:31.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:30.352004+0000 mgr.smithi073.qftnkv (mgr.14182) 840 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:31.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:30.563004+0000 mgr.smithi073.qftnkv (mgr.14182) 841 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:33.101 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:33.101 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:33.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:33.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:32.563916+0000 mgr.smithi073.qftnkv (mgr.14182) 842 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:33.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:32.563916+0000 mgr.smithi073.qftnkv (mgr.14182) 842 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:34.516 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:34.884 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:33.097130+0000 mgr.smithi073.qftnkv (mgr.14182) 843 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:34.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:33.097130+0000 mgr.smithi073.qftnkv (mgr.14182) 843 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:34.564418+0000 mgr.smithi073.qftnkv (mgr.14182) 844 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:35.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:34.564418+0000 mgr.smithi073.qftnkv (mgr.14182) 844 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:36.011 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:36.012 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:36.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:37.439 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:37.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:36.007746+0000 mgr.smithi073.qftnkv (mgr.14182) 845 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:37.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:36.565469+0000 mgr.smithi073.qftnkv (mgr.14182) 846 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:36.007746+0000 mgr.smithi073.qftnkv (mgr.14182) 845 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:37.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:36.565469+0000 mgr.smithi073.qftnkv (mgr.14182) 846 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:38.877 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:38.877 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:39.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:38.566201+0000 mgr.smithi073.qftnkv (mgr.14182) 847 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:39.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:38.566201+0000 mgr.smithi073.qftnkv (mgr.14182) 847 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:40.256 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:40.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:38.872746+0000 mgr.smithi073.qftnkv (mgr.14182) 848 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:40.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:38.872746+0000 mgr.smithi073.qftnkv (mgr.14182) 848 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:41.689 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:41.690 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:41.899 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:40.566681+0000 mgr.smithi073.qftnkv (mgr.14182) 849 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:40.566681+0000 mgr.smithi073.qftnkv (mgr.14182) 849 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:42.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:41.685495+0000 mgr.smithi073.qftnkv (mgr.14182) 850 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:41.685495+0000 mgr.smithi073.qftnkv (mgr.14182) 850 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:43.123 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:43.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:42.567650+0000 mgr.smithi073.qftnkv (mgr.14182) 851 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:42.567650+0000 mgr.smithi073.qftnkv (mgr.14182) 851 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:44.453 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:44.453 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:44.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:45.847 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:44.449033+0000 mgr.smithi073.qftnkv (mgr.14182) 852 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:44.568121+0000 mgr.smithi073.qftnkv (mgr.14182) 853 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:45.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:44.449033+0000 mgr.smithi073.qftnkv (mgr.14182) 852 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:45.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:44.568121+0000 mgr.smithi073.qftnkv (mgr.14182) 853 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:47.175 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:47.175 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:47.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:46.568922+0000 mgr.smithi073.qftnkv (mgr.14182) 854 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:47.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:46.568922+0000 mgr.smithi073.qftnkv (mgr.14182) 854 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:48.587 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:48.914 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:47.170759+0000 mgr.smithi073.qftnkv (mgr.14182) 855 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:48.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:47.170759+0000 mgr.smithi073.qftnkv (mgr.14182) 855 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:48.569817+0000 mgr.smithi073.qftnkv (mgr.14182) 856 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:49.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:48.569817+0000 mgr.smithi073.qftnkv (mgr.14182) 856 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:49.939 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:49.939 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:50.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:51.319 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:49.935227+0000 mgr.smithi073.qftnkv (mgr.14182) 857 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:50.570518+0000 mgr.smithi073.qftnkv (mgr.14182) 858 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:51.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:49.935227+0000 mgr.smithi073.qftnkv (mgr.14182) 857 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:51.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:50.570518+0000 mgr.smithi073.qftnkv (mgr.14182) 858 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:52.651 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:52.651 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:53.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:52.571543+0000 mgr.smithi073.qftnkv (mgr.14182) 859 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:53.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:52.647084+0000 mgr.smithi073.qftnkv (mgr.14182) 860 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:53.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:52.571543+0000 mgr.smithi073.qftnkv (mgr.14182) 859 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:53.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:52.647084+0000 mgr.smithi073.qftnkv (mgr.14182) 860 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:54.079 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:55.564 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:55.564 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:55.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:54.571993+0000 mgr.smithi073.qftnkv (mgr.14182) 861 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:55.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:54.571993+0000 mgr.smithi073.qftnkv (mgr.14182) 861 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:56.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:56.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:55.559577+0000 mgr.smithi073.qftnkv (mgr.14182) 862 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:56.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:55.559577+0000 mgr.smithi073.qftnkv (mgr.14182) 862 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:57.004 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:33:57.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:56.572836+0000 mgr.smithi073.qftnkv (mgr.14182) 863 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:57.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:56.572836+0000 mgr.smithi073.qftnkv (mgr.14182) 863 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:33:58.565 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:33:58.565 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:33:58.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:33:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:33:58.561223+0000 mgr.smithi073.qftnkv (mgr.14182) 864 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:33:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:33:58.573443+0000 mgr.smithi073.qftnkv (mgr.14182) 865 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:59.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:33:58.561223+0000 mgr.smithi073.qftnkv (mgr.14182) 864 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:33:59.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:33:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:33:58.573443+0000 mgr.smithi073.qftnkv (mgr.14182) 865 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:33:59.994 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:01.298 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:01.299 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:01.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:00.573876+0000 mgr.smithi073.qftnkv (mgr.14182) 866 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:01.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:00.573876+0000 mgr.smithi073.qftnkv (mgr.14182) 866 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:02.719 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:02.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:01.294426+0000 mgr.smithi073.qftnkv (mgr.14182) 867 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:02.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:01.294426+0000 mgr.smithi073.qftnkv (mgr.14182) 867 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:03.745 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:02.574957+0000 mgr.smithi073.qftnkv (mgr.14182) 868 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:02.574957+0000 mgr.smithi073.qftnkv (mgr.14182) 868 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:04.161 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:04.161 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:04.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:05.544 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:04.157060+0000 mgr.smithi073.qftnkv (mgr.14182) 869 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:04.575514+0000 mgr.smithi073.qftnkv (mgr.14182) 870 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:05.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:04.157060+0000 mgr.smithi073.qftnkv (mgr.14182) 869 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:05.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:04.575514+0000 mgr.smithi073.qftnkv (mgr.14182) 870 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:07.010 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:07.010 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:07.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:06.576205+0000 mgr.smithi073.qftnkv (mgr.14182) 871 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:07.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:06.576205+0000 mgr.smithi073.qftnkv (mgr.14182) 871 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:08.443 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:08.776 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:07.006179+0000 mgr.smithi073.qftnkv (mgr.14182) 872 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:08.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:07.006179+0000 mgr.smithi073.qftnkv (mgr.14182) 872 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:09.794 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:09.794 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:08.577000+0000 mgr.smithi073.qftnkv (mgr.14182) 873 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:08.577000+0000 mgr.smithi073.qftnkv (mgr.14182) 873 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:10.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:11.177 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:11.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:09.789709+0000 mgr.smithi073.qftnkv (mgr.14182) 874 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:11.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:10.577525+0000 mgr.smithi073.qftnkv (mgr.14182) 875 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:09.789709+0000 mgr.smithi073.qftnkv (mgr.14182) 874 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:10.577525+0000 mgr.smithi073.qftnkv (mgr.14182) 875 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:12.531 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:12.532 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:12.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:12.527543+0000 mgr.smithi073.qftnkv (mgr.14182) 876 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:12.578517+0000 mgr.smithi073.qftnkv (mgr.14182) 877 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:13.917 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:13.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:12.527543+0000 mgr.smithi073.qftnkv (mgr.14182) 876 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:13.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:12.578517+0000 mgr.smithi073.qftnkv (mgr.14182) 877 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:15.335 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:15.335 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:15.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:14.578920+0000 mgr.smithi073.qftnkv (mgr.14182) 878 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:15.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:14.578920+0000 mgr.smithi073.qftnkv (mgr.14182) 878 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:16.724 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:16.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:15.330271+0000 mgr.smithi073.qftnkv (mgr.14182) 879 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:16.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:15.330271+0000 mgr.smithi073.qftnkv (mgr.14182) 879 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:16.579700+0000 mgr.smithi073.qftnkv (mgr.14182) 880 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:17.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:16.579700+0000 mgr.smithi073.qftnkv (mgr.14182) 880 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:18.189 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:18.189 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:18.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:19.592 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:19.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:18.184907+0000 mgr.smithi073.qftnkv (mgr.14182) 881 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:19.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:18.580430+0000 mgr.smithi073.qftnkv (mgr.14182) 882 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:18.184907+0000 mgr.smithi073.qftnkv (mgr.14182) 881 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:18.580430+0000 mgr.smithi073.qftnkv (mgr.14182) 882 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:20.976 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:20.977 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:21.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:20.580894+0000 mgr.smithi073.qftnkv (mgr.14182) 883 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:21.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:20.580894+0000 mgr.smithi073.qftnkv (mgr.14182) 883 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:22.342 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:22.912 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:20.972241+0000 mgr.smithi073.qftnkv (mgr.14182) 884 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:22.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:20.972241+0000 mgr.smithi073.qftnkv (mgr.14182) 884 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:23.794 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:23.794 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:22.581836+0000 mgr.smithi073.qftnkv (mgr.14182) 885 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:23.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:22.581836+0000 mgr.smithi073.qftnkv (mgr.14182) 885 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:24.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:25.167 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:25.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:23.789761+0000 mgr.smithi073.qftnkv (mgr.14182) 886 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:25.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:24.582332+0000 mgr.smithi073.qftnkv (mgr.14182) 887 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:23.789761+0000 mgr.smithi073.qftnkv (mgr.14182) 886 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:24.582332+0000 mgr.smithi073.qftnkv (mgr.14182) 887 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:26.634 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:26.635 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:27.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:28.031 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:28.059 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:26.582957+0000 mgr.smithi073.qftnkv (mgr.14182) 888 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:28.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:26.629862+0000 mgr.smithi073.qftnkv (mgr.14182) 889 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:28.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:26.582957+0000 mgr.smithi073.qftnkv (mgr.14182) 888 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:28.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:26.629862+0000 mgr.smithi073.qftnkv (mgr.14182) 889 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:29.579 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:29.580 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:28.583720+0000 mgr.smithi073.qftnkv (mgr.14182) 890 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:29.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:30.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:28.583720+0000 mgr.smithi073.qftnkv (mgr.14182) 890 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:30.997 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:31.028 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:29.575611+0000 mgr.smithi073.qftnkv (mgr.14182) 891 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:31.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:29.575611+0000 mgr.smithi073.qftnkv (mgr.14182) 891 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:31.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:30.584310+0000 mgr.smithi073.qftnkv (mgr.14182) 892 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:32.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:30.584310+0000 mgr.smithi073.qftnkv (mgr.14182) 892 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:32.346 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:32.347 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:32.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:33.724 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:32.342718+0000 mgr.smithi073.qftnkv (mgr.14182) 893 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:33.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:32.585357+0000 mgr.smithi073.qftnkv (mgr.14182) 894 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:33.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:32.342718+0000 mgr.smithi073.qftnkv (mgr.14182) 893 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:33.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:32.585357+0000 mgr.smithi073.qftnkv (mgr.14182) 894 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:35.080 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:35.081 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:35.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:35.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:34.585801+0000 mgr.smithi073.qftnkv (mgr.14182) 895 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:35.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:34.585801+0000 mgr.smithi073.qftnkv (mgr.14182) 895 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:36.482 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:36.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:35.076901+0000 mgr.smithi073.qftnkv (mgr.14182) 896 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:36.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:35.076901+0000 mgr.smithi073.qftnkv (mgr.14182) 896 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:37.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:36.586423+0000 mgr.smithi073.qftnkv (mgr.14182) 897 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:37.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:36.586423+0000 mgr.smithi073.qftnkv (mgr.14182) 897 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:37.934 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:37.935 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:38.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:39.304 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:37.930084+0000 mgr.smithi073.qftnkv (mgr.14182) 898 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:39.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:38.587052+0000 mgr.smithi073.qftnkv (mgr.14182) 899 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:39.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:37.930084+0000 mgr.smithi073.qftnkv (mgr.14182) 898 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:39.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:38.587052+0000 mgr.smithi073.qftnkv (mgr.14182) 899 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:40.784 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:41.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:41.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:40.587542+0000 mgr.smithi073.qftnkv (mgr.14182) 900 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:40.587542+0000 mgr.smithi073.qftnkv (mgr.14182) 900 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:42.187 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:42.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:40.779864+0000 mgr.smithi073.qftnkv (mgr.14182) 901 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:40.779864+0000 mgr.smithi073.qftnkv (mgr.14182) 901 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:43.515 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:43.515 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:43.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:42.588370+0000 mgr.smithi073.qftnkv (mgr.14182) 902 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:43.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:42.588370+0000 mgr.smithi073.qftnkv (mgr.14182) 902 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:44.889 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:44.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:43.511439+0000 mgr.smithi073.qftnkv (mgr.14182) 903 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:44.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:43.511439+0000 mgr.smithi073.qftnkv (mgr.14182) 903 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:45.880 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:44.589056+0000 mgr.smithi073.qftnkv (mgr.14182) 904 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:46.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:44.589056+0000 mgr.smithi073.qftnkv (mgr.14182) 904 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:46.237 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:46.237 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:46.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:47.637 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:47.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:46.233373+0000 mgr.smithi073.qftnkv (mgr.14182) 905 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:47.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:46.589654+0000 mgr.smithi073.qftnkv (mgr.14182) 906 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:48.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:46.233373+0000 mgr.smithi073.qftnkv (mgr.14182) 905 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:48.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:46.589654+0000 mgr.smithi073.qftnkv (mgr.14182) 906 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:48.993 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:48.994 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:49.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:50.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:48.590290+0000 mgr.smithi073.qftnkv (mgr.14182) 907 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:50.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:48.590290+0000 mgr.smithi073.qftnkv (mgr.14182) 907 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:50.378 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:51.055 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:48.989572+0000 mgr.smithi073.qftnkv (mgr.14182) 908 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:51.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:48.989572+0000 mgr.smithi073.qftnkv (mgr.14182) 908 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:51.688 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:51.689 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:52.023 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:50.590825+0000 mgr.smithi073.qftnkv (mgr.14182) 909 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:52.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:52.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:50.590825+0000 mgr.smithi073.qftnkv (mgr.14182) 909 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:53.086 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:53.119 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:51.684467+0000 mgr.smithi073.qftnkv (mgr.14182) 910 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:53.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:51.684467+0000 mgr.smithi073.qftnkv (mgr.14182) 910 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:54.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:52.591648+0000 mgr.smithi073.qftnkv (mgr.14182) 911 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:54.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:52.591648+0000 mgr.smithi073.qftnkv (mgr.14182) 911 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:54.408 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:54.408 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:54.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:55.845 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:56.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:54.404315+0000 mgr.smithi073.qftnkv (mgr.14182) 912 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:56.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:54.592288+0000 mgr.smithi073.qftnkv (mgr.14182) 913 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:56.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:54.404315+0000 mgr.smithi073.qftnkv (mgr.14182) 912 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:56.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:54.592288+0000 mgr.smithi073.qftnkv (mgr.14182) 913 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:34:57.260 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:34:57.261 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:34:57.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:34:57.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:56.592993+0000 mgr.smithi073.qftnkv (mgr.14182) 914 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:58.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:56.592993+0000 mgr.smithi073.qftnkv (mgr.14182) 914 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:34:58.636 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:34:58.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:34:57.256693+0000 mgr.smithi073.qftnkv (mgr.14182) 915 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:34:59.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:58 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:34:57.256693+0000 mgr.smithi073.qftnkv (mgr.14182) 915 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:00.076 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:00.076 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:00.099 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:34:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:34:58.593754+0000 mgr.smithi073.qftnkv (mgr.14182) 916 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:00.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:34:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:34:58.593754+0000 mgr.smithi073.qftnkv (mgr.14182) 916 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:00.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:01.494 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:01.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:00.072182+0000 mgr.smithi073.qftnkv (mgr.14182) 917 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:01.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:00.594220+0000 mgr.smithi073.qftnkv (mgr.14182) 918 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:02.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:00.072182+0000 mgr.smithi073.qftnkv (mgr.14182) 917 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:02.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:00.594220+0000 mgr.smithi073.qftnkv (mgr.14182) 918 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:02.859 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:02.860 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:03.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:02.595017+0000 mgr.smithi073.qftnkv (mgr.14182) 919 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:03.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:02.595017+0000 mgr.smithi073.qftnkv (mgr.14182) 919 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:04.244 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:04.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:02.855763+0000 mgr.smithi073.qftnkv (mgr.14182) 920 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:04.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:02.855763+0000 mgr.smithi073.qftnkv (mgr.14182) 920 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:05.669 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:05.670 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:05.911 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:04.595466+0000 mgr.smithi073.qftnkv (mgr.14182) 921 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:04.595466+0000 mgr.smithi073.qftnkv (mgr.14182) 921 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:06.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:06.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:05.665511+0000 mgr.smithi073.qftnkv (mgr.14182) 922 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:06.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:05.665511+0000 mgr.smithi073.qftnkv (mgr.14182) 922 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:07.106 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:06.596096+0000 mgr.smithi073.qftnkv (mgr.14182) 923 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:06.596096+0000 mgr.smithi073.qftnkv (mgr.14182) 923 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:08.509 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:08.510 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:08.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:08.505179+0000 mgr.smithi073.qftnkv (mgr.14182) 924 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:08.596886+0000 mgr.smithi073.qftnkv (mgr.14182) 925 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:09.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:08.505179+0000 mgr.smithi073.qftnkv (mgr.14182) 924 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:09.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:08.596886+0000 mgr.smithi073.qftnkv (mgr.14182) 925 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:09.925 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:11.325 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:11.325 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:11.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:10.597542+0000 mgr.smithi073.qftnkv (mgr.14182) 926 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:11.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:10.597542+0000 mgr.smithi073.qftnkv (mgr.14182) 926 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:12.726 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:12.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:11.320316+0000 mgr.smithi073.qftnkv (mgr.14182) 927 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:12.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:11.320316+0000 mgr.smithi073.qftnkv (mgr.14182) 927 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:13.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:12.598566+0000 mgr.smithi073.qftnkv (mgr.14182) 928 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:12.598566+0000 mgr.smithi073.qftnkv (mgr.14182) 928 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:14.201 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:14.201 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:14.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:15.632 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:14.197032+0000 mgr.smithi073.qftnkv (mgr.14182) 929 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:14.599220+0000 mgr.smithi073.qftnkv (mgr.14182) 930 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:15.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:14.197032+0000 mgr.smithi073.qftnkv (mgr.14182) 929 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:15.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:14.599220+0000 mgr.smithi073.qftnkv (mgr.14182) 930 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:16.963 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:16.964 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:17.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:17.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:16.599976+0000 mgr.smithi073.qftnkv (mgr.14182) 931 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:18.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:16.599976+0000 mgr.smithi073.qftnkv (mgr.14182) 931 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:18.393 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:18.760 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:16.959676+0000 mgr.smithi073.qftnkv (mgr.14182) 932 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:19.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:16.959676+0000 mgr.smithi073.qftnkv (mgr.14182) 932 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:19.810 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:19.810 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:19.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:18.600663+0000 mgr.smithi073.qftnkv (mgr.14182) 933 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:20.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:18.600663+0000 mgr.smithi073.qftnkv (mgr.14182) 933 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:20.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:21.199 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:21.917 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:19.806070+0000 mgr.smithi073.qftnkv (mgr.14182) 934 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:21.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:20.601346+0000 mgr.smithi073.qftnkv (mgr.14182) 935 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:22.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:19.806070+0000 mgr.smithi073.qftnkv (mgr.14182) 934 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:22.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:20.601346+0000 mgr.smithi073.qftnkv (mgr.14182) 935 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:22.669 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:22.670 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:23.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:22.602283+0000 mgr.smithi073.qftnkv (mgr.14182) 936 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:22.665273+0000 mgr.smithi073.qftnkv (mgr.14182) 937 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:23.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:22.602283+0000 mgr.smithi073.qftnkv (mgr.14182) 936 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:23.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:22.665273+0000 mgr.smithi073.qftnkv (mgr.14182) 937 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:24.097 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:25.413 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:25.414 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:25.786 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:24.602856+0000 mgr.smithi073.qftnkv (mgr.14182) 938 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:25.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:24.602856+0000 mgr.smithi073.qftnkv (mgr.14182) 938 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:26.813 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:26.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:25.409324+0000 mgr.smithi073.qftnkv (mgr.14182) 939 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:27.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:25.409324+0000 mgr.smithi073.qftnkv (mgr.14182) 939 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:27.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:26.603614+0000 mgr.smithi073.qftnkv (mgr.14182) 940 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:28.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:26.603614+0000 mgr.smithi073.qftnkv (mgr.14182) 940 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:28.241 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:28.241 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:28.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:29.606 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:28.237655+0000 mgr.smithi073.qftnkv (mgr.14182) 941 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:28.604327+0000 mgr.smithi073.qftnkv (mgr.14182) 942 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:30.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:28.237655+0000 mgr.smithi073.qftnkv (mgr.14182) 941 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:30.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:28.604327+0000 mgr.smithi073.qftnkv (mgr.14182) 942 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:31.088 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:31.089 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:31.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:31.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:30.604754+0000 mgr.smithi073.qftnkv (mgr.14182) 943 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:32.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:30.604754+0000 mgr.smithi073.qftnkv (mgr.14182) 943 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:32.488 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:32.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:31.084175+0000 mgr.smithi073.qftnkv (mgr.14182) 944 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:33.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:31.084175+0000 mgr.smithi073.qftnkv (mgr.14182) 944 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:33.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:32.605554+0000 mgr.smithi073.qftnkv (mgr.14182) 945 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:33.938 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:33.939 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:34.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:32.605554+0000 mgr.smithi073.qftnkv (mgr.14182) 945 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:34.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:35.320 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:36.048 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:33.934341+0000 mgr.smithi073.qftnkv (mgr.14182) 946 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:36.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:34.605992+0000 mgr.smithi073.qftnkv (mgr.14182) 947 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:36.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:33.934341+0000 mgr.smithi073.qftnkv (mgr.14182) 946 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:36.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:34.605992+0000 mgr.smithi073.qftnkv (mgr.14182) 947 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:36.778 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:36.778 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:37.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:38.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:36.606737+0000 mgr.smithi073.qftnkv (mgr.14182) 948 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:38.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:36.606737+0000 mgr.smithi073.qftnkv (mgr.14182) 948 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:38.186 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:38.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:36.773724+0000 mgr.smithi073.qftnkv (mgr.14182) 949 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:39.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:36.773724+0000 mgr.smithi073.qftnkv (mgr.14182) 949 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:39.549 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:39.549 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:39.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:38.607372+0000 mgr.smithi073.qftnkv (mgr.14182) 950 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:39.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:40.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:38.607372+0000 mgr.smithi073.qftnkv (mgr.14182) 950 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:40.937 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:40.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:39.544916+0000 mgr.smithi073.qftnkv (mgr.14182) 951 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:41.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:39.544916+0000 mgr.smithi073.qftnkv (mgr.14182) 951 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:41.897 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:40.607956+0000 mgr.smithi073.qftnkv (mgr.14182) 952 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:42.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:40.607956+0000 mgr.smithi073.qftnkv (mgr.14182) 952 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:42.243 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:42.243 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:28:12.762584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.lpygza on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-lpygza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.lpygza\nDeploy daemon haproxy.nfs.foo.smithi162.lpygza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:26: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=\"2023-11-15T05:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:27: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.782990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.icdvxu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-icdvxu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.icdvxu\nDeploy daemon haproxy.nfs.foo.smithi073.icdvxu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:28:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:29:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:30:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:30:41.784777Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xmeylo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:42.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:43.669 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:42.239387+0000 mgr.smithi073.qftnkv (mgr.14182) 953 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:42.609016+0000 mgr.smithi073.qftnkv (mgr.14182) 954 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:42.239387+0000 mgr.smithi073.qftnkv (mgr.14182) 953 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:43.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:42.609016+0000 mgr.smithi073.qftnkv (mgr.14182) 954 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:44.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:44.484639+0000 mon.smithi073 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ynmxyf"}]: dispatch 2023-11-15T05:35:44.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:44.484639+0000 mon.smithi073 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ynmxyf"}]: dispatch 2023-11-15T05:35:44.999 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:44.999 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:45.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:45.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:35:44.484155+0000 mgr.smithi073.qftnkv (mgr.14182) 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi073.ynmxyf ... 2023-11-15T05:35:45.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:35:45.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:33:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:34: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" 2023-11-15T05:35:45.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:35:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:35:45.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Traceback (most recent call last): 2023-11-15T05:35:45.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:35:45.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: yield (conn, connr) 2023-11-15T05:35:45.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:35:45.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: code, '\n'.join(err))) 2023-11-15T05:35:45.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi073.ynmxyf ... 2023-11-15T05:35:45.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:35:45.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:33:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:34: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" 2023-11-15T05:35:45.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:35:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:35:45.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:35:44.484312+0000 mgr.smithi073.qftnkv (mgr.14182) 956 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:35:44.485193+0000 mgr.smithi073.qftnkv (mgr.14182) 957 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi073.ynmxyf ... 2023-11-15T05:35:45.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:35:45.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:33:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:34: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" 2023-11-15T05:35:45.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:35:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:35:45.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:35:44.486330+0000 mgr.smithi073.qftnkv (mgr.14182) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:35:45.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:35:44.487334+0000 mgr.smithi073.qftnkv (mgr.14182) 959 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:35:45.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:44.488171+0000 mgr.smithi073.qftnkv (mgr.14182) 960 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:45.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:44.580560+0000 mon.smithi073 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:35:45.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:35:44.484155+0000 mgr.smithi073.qftnkv (mgr.14182) 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi073.ynmxyf ... 2023-11-15T05:35:45.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:35:45.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:33:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:34: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" 2023-11-15T05:35:45.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:35:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:35:45.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Traceback (most recent call last): 2023-11-15T05:35:45.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:35:45.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: yield (conn, connr) 2023-11-15T05:35:45.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:35:45.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: code, '\n'.join(err))) 2023-11-15T05:35:45.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi073.ynmxyf ... 2023-11-15T05:35:45.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:35:45.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:33:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:34: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" 2023-11-15T05:35:45.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:35:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:35:45.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:35:44.484312+0000 mgr.smithi073.qftnkv (mgr.14182) 956 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:35:44.485193+0000 mgr.smithi073.qftnkv (mgr.14182) 957 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf 2023-11-15T05:35:45.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.922 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf 2023-11-15T05:35:45.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi073.ynmxyf ... 2023-11-15T05:35:45.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:35:45.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:33:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:34: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" 2023-11-15T05:35:45.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:35:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:35:45.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:35:45.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:35:45.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:35:44.486330+0000 mgr.smithi073.qftnkv (mgr.14182) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:35:45.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:35:44.487334+0000 mgr.smithi073.qftnkv (mgr.14182) 959 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:35:45.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:44.488171+0000 mgr.smithi073.qftnkv (mgr.14182) 960 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:45.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:44.580560+0000 mon.smithi073 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:35:46.379 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:46.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:44.994679+0000 mgr.smithi073.qftnkv (mgr.14182) 961 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:46.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:44.994679+0000 mgr.smithi073.qftnkv (mgr.14182) 961 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:46.488859+0000 mgr.smithi073.qftnkv (mgr.14182) 962 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:35:47.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:47 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:47.317984+0000 mon.smithi073 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:35:47.726 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:47.726 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:46.488859+0000 mgr.smithi073.qftnkv (mgr.14182) 962 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:35:47.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:47 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:47.317984+0000 mon.smithi073 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:35:48.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:48.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:47.721986+0000 mgr.smithi073.qftnkv (mgr.14182) 963 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:48.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:47.721986+0000 mgr.smithi073.qftnkv (mgr.14182) 963 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:49.118 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:49.796 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:48.489748+0000 mgr.smithi073.qftnkv (mgr.14182) 964 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:49.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:48.489748+0000 mgr.smithi073.qftnkv (mgr.14182) 964 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:50.461 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:50.462 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:50.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:51.853 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:51.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:50.457673+0000 mgr.smithi073.qftnkv (mgr.14182) 965 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:51.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:50.490365+0000 mgr.smithi073.qftnkv (mgr.14182) 966 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:51.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:50.457673+0000 mgr.smithi073.qftnkv (mgr.14182) 965 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:51.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:50.490365+0000 mgr.smithi073.qftnkv (mgr.14182) 966 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:53.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:51.953394+0000 mon.smithi073 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:35:53.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:52.491194+0000 mgr.smithi073.qftnkv (mgr.14182) 967 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:53.218 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:53.218 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:53.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:51.953394+0000 mon.smithi073 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:35:53.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:52.491194+0000 mgr.smithi073.qftnkv (mgr.14182) 967 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:53.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:54.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:53 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:53.214354+0000 mgr.smithi073.qftnkv (mgr.14182) 968 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:54.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:53 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:53.214354+0000 mgr.smithi073.qftnkv (mgr.14182) 968 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:54.612 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:55.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:54.492021+0000 mgr.smithi073.qftnkv (mgr.14182) 969 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:55.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:54.492021+0000 mgr.smithi073.qftnkv (mgr.14182) 969 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:35:56.162 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:56.163 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:56.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:57.593 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:35:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:56.158572+0000 mgr.smithi073.qftnkv (mgr.14182) 970 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:57.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:56.492642+0000 mgr.smithi073.qftnkv (mgr.14182) 971 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:56.158572+0000 mgr.smithi073.qftnkv (mgr.14182) 970 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:57.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:56.492642+0000 mgr.smithi073.qftnkv (mgr.14182) 971 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:35:59.022 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:35:59.022 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:35:59.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:35:59.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:35:59 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:35:58.493745+0000 mgr.smithi073.qftnkv (mgr.14182) 972 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:35:59.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:35:59 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:35:58.493745+0000 mgr.smithi073.qftnkv (mgr.14182) 972 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:00.401 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:00.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:35:59.018040+0000 mgr.smithi073.qftnkv (mgr.14182) 973 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:00.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:35:59.018040+0000 mgr.smithi073.qftnkv (mgr.14182) 973 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:01.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:00.494566+0000 mgr.smithi073.qftnkv (mgr.14182) 974 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:01.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:00.494566+0000 mgr.smithi073.qftnkv (mgr.14182) 974 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:01.921 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:01.921 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:02.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:03.401 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:03.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:01.917364+0000 mgr.smithi073.qftnkv (mgr.14182) 975 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:03.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:02.495701+0000 mgr.smithi073.qftnkv (mgr.14182) 976 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:01.917364+0000 mgr.smithi073.qftnkv (mgr.14182) 975 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:03.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:02.495701+0000 mgr.smithi073.qftnkv (mgr.14182) 976 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:04.818 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:04.819 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:05.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:05.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:04.496468+0000 mgr.smithi073.qftnkv (mgr.14182) 977 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:05.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:04.496468+0000 mgr.smithi073.qftnkv (mgr.14182) 977 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:06.199 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:06.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:04.814271+0000 mgr.smithi073.qftnkv (mgr.14182) 978 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:06.894 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:04.814271+0000 mgr.smithi073.qftnkv (mgr.14182) 978 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:07.654 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:07.655 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:07.885 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:07 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:06.497164+0000 mgr.smithi073.qftnkv (mgr.14182) 979 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:07.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:07 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:06.497164+0000 mgr.smithi073.qftnkv (mgr.14182) 979 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:08.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:08.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:07.650665+0000 mgr.smithi073.qftnkv (mgr.14182) 980 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:08.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:07.650665+0000 mgr.smithi073.qftnkv (mgr.14182) 980 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:09.100 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:09.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:09 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:08.497977+0000 mgr.smithi073.qftnkv (mgr.14182) 981 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:09.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:09 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:08.497977+0000 mgr.smithi073.qftnkv (mgr.14182) 981 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:10.645 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:10.646 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:11.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:10.498562+0000 mgr.smithi073.qftnkv (mgr.14182) 982 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:10.641494+0000 mgr.smithi073.qftnkv (mgr.14182) 983 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:11.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:10.498562+0000 mgr.smithi073.qftnkv (mgr.14182) 982 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:11.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:10.641494+0000 mgr.smithi073.qftnkv (mgr.14182) 983 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:12.025 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:13.360 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:13.360 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:13.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:12.499428+0000 mgr.smithi073.qftnkv (mgr.14182) 984 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:13.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:12.499428+0000 mgr.smithi073.qftnkv (mgr.14182) 984 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:14.757 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:13.356167+0000 mgr.smithi073.qftnkv (mgr.14182) 985 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:14.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:13.356167+0000 mgr.smithi073.qftnkv (mgr.14182) 985 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:15.793 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:15 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:14.499985+0000 mgr.smithi073.qftnkv (mgr.14182) 986 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:15.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:15 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:14.499985+0000 mgr.smithi073.qftnkv (mgr.14182) 986 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:16.193 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:16.193 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:16.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:17.615 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:16.188922+0000 mgr.smithi073.qftnkv (mgr.14182) 987 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:17.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:17 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:16.500618+0000 mgr.smithi073.qftnkv (mgr.14182) 988 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:17.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:16.188922+0000 mgr.smithi073.qftnkv (mgr.14182) 987 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:17.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:17 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:16.500618+0000 mgr.smithi073.qftnkv (mgr.14182) 988 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:19.081 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:19.081 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:19.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:18.501425+0000 mgr.smithi073.qftnkv (mgr.14182) 989 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:19.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:18.501425+0000 mgr.smithi073.qftnkv (mgr.14182) 989 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:20.474 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:20.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:19.076437+0000 mgr.smithi073.qftnkv (mgr.14182) 990 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:20.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:19.076437+0000 mgr.smithi073.qftnkv (mgr.14182) 990 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:21.831 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:21.832 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:21.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:20.502079+0000 mgr.smithi073.qftnkv (mgr.14182) 991 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:21.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:20.502079+0000 mgr.smithi073.qftnkv (mgr.14182) 991 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:22.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:23.233 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:21.827303+0000 mgr.smithi073.qftnkv (mgr.14182) 992 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:23.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:23 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:22.502954+0000 mgr.smithi073.qftnkv (mgr.14182) 993 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:23.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:21.827303+0000 mgr.smithi073.qftnkv (mgr.14182) 992 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:23.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:23 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:22.502954+0000 mgr.smithi073.qftnkv (mgr.14182) 993 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:24.676 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:24.676 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:25.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:24.503760+0000 mgr.smithi073.qftnkv (mgr.14182) 994 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:24.672454+0000 mgr.smithi073.qftnkv (mgr.14182) 995 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:25.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:24.503760+0000 mgr.smithi073.qftnkv (mgr.14182) 994 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:25.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:24.672454+0000 mgr.smithi073.qftnkv (mgr.14182) 995 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:26.049 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:27.517 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:27.517 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:27.902 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:26.504435+0000 mgr.smithi073.qftnkv (mgr.14182) 996 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:27.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:26.504435+0000 mgr.smithi073.qftnkv (mgr.14182) 996 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:27.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:28.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:27.513011+0000 mgr.smithi073.qftnkv (mgr.14182) 997 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:28.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:27.513011+0000 mgr.smithi073.qftnkv (mgr.14182) 997 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:28.922 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:29.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:28.505596+0000 mgr.smithi073.qftnkv (mgr.14182) 998 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:29.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:28.505596+0000 mgr.smithi073.qftnkv (mgr.14182) 998 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:30.355 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:30.356 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:30.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:31.722 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:30.351746+0000 mgr.smithi073.qftnkv (mgr.14182) 999 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:31.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:31 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:30.506187+0000 mgr.smithi073.qftnkv (mgr.14182) 1000 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:31.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:30.351746+0000 mgr.smithi073.qftnkv (mgr.14182) 999 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:31.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:31 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:30.506187+0000 mgr.smithi073.qftnkv (mgr.14182) 1000 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:33.216 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:33.217 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:33.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:33.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:32.507085+0000 mgr.smithi073.qftnkv (mgr.14182) 1001 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:34.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:32.507085+0000 mgr.smithi073.qftnkv (mgr.14182) 1001 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:34.654 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:34.971 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:33.212272+0000 mgr.smithi073.qftnkv (mgr.14182) 1002 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:35.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:33.212272+0000 mgr.smithi073.qftnkv (mgr.14182) 1002 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:35.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:34.507719+0000 mgr.smithi073.qftnkv (mgr.14182) 1003 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:36.016 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:36.016 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:36.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:34.507719+0000 mgr.smithi073.qftnkv (mgr.14182) 1003 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:36.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:37.413 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:38.114 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:36.012164+0000 mgr.smithi073.qftnkv (mgr.14182) 1004 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:38.114 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:36.508373+0000 mgr.smithi073.qftnkv (mgr.14182) 1005 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:38.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:36.012164+0000 mgr.smithi073.qftnkv (mgr.14182) 1004 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:38.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:36.508373+0000 mgr.smithi073.qftnkv (mgr.14182) 1005 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:38.831 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:38.832 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:39.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:40.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:39 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:38.509307+0000 mgr.smithi073.qftnkv (mgr.14182) 1006 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:40.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:39 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:38.509307+0000 mgr.smithi073.qftnkv (mgr.14182) 1006 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:40.219 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:40.889 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:38.827344+0000 mgr.smithi073.qftnkv (mgr.14182) 1007 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:41.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:38.827344+0000 mgr.smithi073.qftnkv (mgr.14182) 1007 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:41.560 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:41.561 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:41.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:40.509856+0000 mgr.smithi073.qftnkv (mgr.14182) 1008 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:42.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:42.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:40.509856+0000 mgr.smithi073.qftnkv (mgr.14182) 1008 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:43.122 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:43.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:41.556685+0000 mgr.smithi073.qftnkv (mgr.14182) 1009 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:43.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:41.556685+0000 mgr.smithi073.qftnkv (mgr.14182) 1009 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:43.796 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:42.510864+0000 mgr.smithi073.qftnkv (mgr.14182) 1010 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:44.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:42.510864+0000 mgr.smithi073.qftnkv (mgr.14182) 1010 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:44.445 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:44.446 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:43.326878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:43.327022Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:43.327092Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:43.327184Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:43.327248Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:43.327504Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:44.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:44.489863+0000 mon.smithi073 (mon.0) 705 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:44.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:45.046 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:44.489863+0000 mon.smithi073 (mon.0) 705 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:45.860 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:45.889 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:44.441331+0000 mgr.smithi073.qftnkv (mgr.14182) 1011 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:45.889 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:45 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:44.511440+0000 mgr.smithi073.qftnkv (mgr.14182) 1012 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:46.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:44.441331+0000 mgr.smithi073.qftnkv (mgr.14182) 1011 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:46.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:45 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:44.511440+0000 mgr.smithi073.qftnkv (mgr.14182) 1012 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:47.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:45.828070+0000 mon.smithi073 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:47.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:46.512172+0000 mgr.smithi073.qftnkv (mgr.14182) 1013 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:47.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:45.828070+0000 mon.smithi073 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:47.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:46.512172+0000 mgr.smithi073.qftnkv (mgr.14182) 1013 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:36:47.544 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:47.545 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:30:46.019299Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:30:46.019367Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:30:46.019432Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:30:46.019225Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:30:46.019074Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:30:46.019932Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:30:46.019495Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:30:46.019633Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:30:46.019557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:30:46.019872Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:48.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:48.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:47.540380+0000 mgr.smithi073.qftnkv (mgr.14182) 1014 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:48.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:47.540380+0000 mgr.smithi073.qftnkv (mgr.14182) 1014 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:49.160 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:49.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:48.513188+0000 mgr.smithi073.qftnkv (mgr.14182) 1015 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:49.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:48.730887+0000 mon.smithi073 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:49.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:49.012606+0000 mon.smithi073 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:49.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:49.013339+0000 mon.smithi073 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:36:49.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:49.019873+0000 mon.smithi073 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:49.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:49.023631+0000 mon.smithi073 (mon.0) 711 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:36:49.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:49.032109+0000 mon.smithi073 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:50.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:48.513188+0000 mgr.smithi073.qftnkv (mgr.14182) 1015 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:36:50.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:48.730887+0000 mon.smithi073 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:50.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:49.012606+0000 mon.smithi073 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:50.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:49.013339+0000 mon.smithi073 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:36:50.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:49.019873+0000 mon.smithi073 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:50.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:49.023631+0000 mon.smithi073 (mon.0) 711 : audit [DBG] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:36:50.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:49.032109+0000 mon.smithi073 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:50.602 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:50.602 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:50.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:49.020281+0000 mgr.smithi073.qftnkv (mgr.14182) 1016 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:50.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:36:49.034267+0000 mgr.smithi073.qftnkv (mgr.14182) 1017 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.duviqx on smithi162 2023-11-15T05:36:50.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:50.018038+0000 mon.smithi073 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:36:50.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:50.018065+0000 mon.smithi073 (mon.0) 714 : cluster [INF] Cluster is now healthy 2023-11-15T05:36:51.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:51.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:49.020281+0000 mgr.smithi073.qftnkv (mgr.14182) 1016 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:51.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:36:49.034267+0000 mgr.smithi073.qftnkv (mgr.14182) 1017 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.duviqx on smithi162 2023-11-15T05:36:51.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:50.018038+0000 mon.smithi073 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:36:51.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:50.018065+0000 mon.smithi073 (mon.0) 714 : cluster [INF] Cluster is now healthy 2023-11-15T05:36:52.017 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:52.047 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:50.597586+0000 mgr.smithi073.qftnkv (mgr.14182) 1018 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:52.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:50.597586+0000 mgr.smithi073.qftnkv (mgr.14182) 1018 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:53.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:51.020709+0000 mgr.smithi073.qftnkv (mgr.14182) 1019 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:53.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:51.951858+0000 mon.smithi073 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:53.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:51.020709+0000 mgr.smithi073.qftnkv (mgr.14182) 1019 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:53.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:51.951858+0000 mon.smithi073 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' 2023-11-15T05:36:53.376 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:53.377 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:53.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:54.743 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:55.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:53.021518+0000 mgr.smithi073.qftnkv (mgr.14182) 1020 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:55.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:53.372656+0000 mgr.smithi073.qftnkv (mgr.14182) 1021 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:55.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:53.021518+0000 mgr.smithi073.qftnkv (mgr.14182) 1020 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:55.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:53.372656+0000 mgr.smithi073.qftnkv (mgr.14182) 1021 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:56.140 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:56.140 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:56.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:36:57.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:55.022011+0000 mgr.smithi073.qftnkv (mgr.14182) 1022 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:57.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:55.022011+0000 mgr.smithi073.qftnkv (mgr.14182) 1022 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:57.525 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:36:58.092 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:56.136198+0000 mgr.smithi073.qftnkv (mgr.14182) 1023 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:58.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:56.136198+0000 mgr.smithi073.qftnkv (mgr.14182) 1023 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:36:58.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:36:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:57.022624+0000 mgr.smithi073.qftnkv (mgr.14182) 1024 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:59.058 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:36:59.059 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:36:59.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:36:58 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:57.022624+0000 mgr.smithi073.qftnkv (mgr.14182) 1024 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:36:59.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:00.501 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:00.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:36:59.023431+0000 mgr.smithi073.qftnkv (mgr.14182) 1025 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:37:00.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:36:59.054931+0000 mgr.smithi073.qftnkv (mgr.14182) 1026 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:01.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:36:59.023431+0000 mgr.smithi073.qftnkv (mgr.14182) 1025 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T05:37:01.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:36:59.054931+0000 mgr.smithi073.qftnkv (mgr.14182) 1026 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:01.839 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:01.840 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:02.138 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:01 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:01.023863+0000 mgr.smithi073.qftnkv (mgr.14182) 1027 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:02.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:01 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:01.023863+0000 mgr.smithi073.qftnkv (mgr.14182) 1027 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:02.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:03.217 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:03.894 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:01.835512+0000 mgr.smithi073.qftnkv (mgr.14182) 1028 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:03.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:01.835512+0000 mgr.smithi073.qftnkv (mgr.14182) 1028 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:04.576 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:04.577 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:04.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:03.024794+0000 mgr.smithi073.qftnkv (mgr.14182) 1029 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:04.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:03.024794+0000 mgr.smithi073.qftnkv (mgr.14182) 1029 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:04.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:04.572642+0000 mgr.smithi073.qftnkv (mgr.14182) 1030 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:05.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:04.572642+0000 mgr.smithi073.qftnkv (mgr.14182) 1030 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:05.957 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:06.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:05.025291+0000 mgr.smithi073.qftnkv (mgr.14182) 1031 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:06.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:05.025291+0000 mgr.smithi073.qftnkv (mgr.14182) 1031 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:07.303 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:07.303 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:07.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:08.682 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:08.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:07.025887+0000 mgr.smithi073.qftnkv (mgr.14182) 1032 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:08.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:07.299020+0000 mgr.smithi073.qftnkv (mgr.14182) 1033 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:08.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:07.025887+0000 mgr.smithi073.qftnkv (mgr.14182) 1032 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:08.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:07.299020+0000 mgr.smithi073.qftnkv (mgr.14182) 1033 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:10.096 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:10.097 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:10.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:10.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:09.026497+0000 mgr.smithi073.qftnkv (mgr.14182) 1034 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:10.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:09.026497+0000 mgr.smithi073.qftnkv (mgr.14182) 1034 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:11.481 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:11.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:10.092638+0000 mgr.smithi073.qftnkv (mgr.14182) 1035 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:11.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:10.092638+0000 mgr.smithi073.qftnkv (mgr.14182) 1035 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:12.799 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:12.800 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:12.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:11.027094+0000 mgr.smithi073.qftnkv (mgr.14182) 1036 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:12.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:11.027094+0000 mgr.smithi073.qftnkv (mgr.14182) 1036 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:13.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:14.164 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:14.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:12.795586+0000 mgr.smithi073.qftnkv (mgr.14182) 1037 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:14.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:13.027896+0000 mgr.smithi073.qftnkv (mgr.14182) 1038 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:12.795586+0000 mgr.smithi073.qftnkv (mgr.14182) 1037 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:13.027896+0000 mgr.smithi073.qftnkv (mgr.14182) 1038 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:15.505 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:15.506 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:15.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:16.873 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:16.906 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:15.028362+0000 mgr.smithi073.qftnkv (mgr.14182) 1039 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:16.906 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:15.501377+0000 mgr.smithi073.qftnkv (mgr.14182) 1040 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:16.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:15.028362+0000 mgr.smithi073.qftnkv (mgr.14182) 1039 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:16.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:15.501377+0000 mgr.smithi073.qftnkv (mgr.14182) 1040 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:18.311 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:18.311 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:18.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:17.029098+0000 mgr.smithi073.qftnkv (mgr.14182) 1041 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:18.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:17.029098+0000 mgr.smithi073.qftnkv (mgr.14182) 1041 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:19.681 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:18.307367+0000 mgr.smithi073.qftnkv (mgr.14182) 1042 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:19.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:18.307367+0000 mgr.smithi073.qftnkv (mgr.14182) 1042 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:20.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:19.030110+0000 mgr.smithi073.qftnkv (mgr.14182) 1043 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:20.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:19.030110+0000 mgr.smithi073.qftnkv (mgr.14182) 1043 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:21.306 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:21.307 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:21.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:22.672 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:22.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:21.030583+0000 mgr.smithi073.qftnkv (mgr.14182) 1044 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:22.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:21.302770+0000 mgr.smithi073.qftnkv (mgr.14182) 1045 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:22.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:21.030583+0000 mgr.smithi073.qftnkv (mgr.14182) 1044 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:22.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:21.302770+0000 mgr.smithi073.qftnkv (mgr.14182) 1045 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:23.996 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:23.996 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:24.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:24.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:23.031485+0000 mgr.smithi073.qftnkv (mgr.14182) 1046 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:24.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:23.031485+0000 mgr.smithi073.qftnkv (mgr.14182) 1046 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:25.379 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:25.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:25 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:23.991827+0000 mgr.smithi073.qftnkv (mgr.14182) 1047 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:25.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:25 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:23.991827+0000 mgr.smithi073.qftnkv (mgr.14182) 1047 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:26.744 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:26.745 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:26.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:25.032209+0000 mgr.smithi073.qftnkv (mgr.14182) 1048 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:26.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:25.032209+0000 mgr.smithi073.qftnkv (mgr.14182) 1048 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:27.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:28.121 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:28.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:26.740325+0000 mgr.smithi073.qftnkv (mgr.14182) 1049 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:28.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:26.740325+0000 mgr.smithi073.qftnkv (mgr.14182) 1049 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:28.764 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:27.033024+0000 mgr.smithi073.qftnkv (mgr.14182) 1050 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:29.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:27.033024+0000 mgr.smithi073.qftnkv (mgr.14182) 1050 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:29.447 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:29.448 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:29.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:30.812 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:31.129 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:29.033649+0000 mgr.smithi073.qftnkv (mgr.14182) 1051 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:31.129 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:29.443877+0000 mgr.smithi073.qftnkv (mgr.14182) 1052 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:31.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:29.033649+0000 mgr.smithi073.qftnkv (mgr.14182) 1051 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:31.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:29.443877+0000 mgr.smithi073.qftnkv (mgr.14182) 1052 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:32.154 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:32.154 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:32.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:32.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:31.034097+0000 mgr.smithi073.qftnkv (mgr.14182) 1053 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:33.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:31.034097+0000 mgr.smithi073.qftnkv (mgr.14182) 1053 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:33.528 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:33.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:33 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:32.149976+0000 mgr.smithi073.qftnkv (mgr.14182) 1054 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:34.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:33 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:32.149976+0000 mgr.smithi073.qftnkv (mgr.14182) 1054 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:34.818 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:34.818 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:34.838 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:33.035212+0000 mgr.smithi073.qftnkv (mgr.14182) 1055 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:35.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:33.035212+0000 mgr.smithi073.qftnkv (mgr.14182) 1055 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:35.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:36.193 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:36.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:34.812926+0000 mgr.smithi073.qftnkv (mgr.14182) 1056 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:36.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:35.035693+0000 mgr.smithi073.qftnkv (mgr.14182) 1057 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:37.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:34.812926+0000 mgr.smithi073.qftnkv (mgr.14182) 1056 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:37.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:35.035693+0000 mgr.smithi073.qftnkv (mgr.14182) 1057 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:37.520 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:37.521 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:37.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:38.935 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:38.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:37.036335+0000 mgr.smithi073.qftnkv (mgr.14182) 1058 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:38.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:37.516418+0000 mgr.smithi073.qftnkv (mgr.14182) 1059 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:39.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:37.036335+0000 mgr.smithi073.qftnkv (mgr.14182) 1058 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:39.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:37.516418+0000 mgr.smithi073.qftnkv (mgr.14182) 1059 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:40.271 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:40.272 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:40.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:40.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:39.037024+0000 mgr.smithi073.qftnkv (mgr.14182) 1060 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:41.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:39.037024+0000 mgr.smithi073.qftnkv (mgr.14182) 1060 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:41.651 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:41.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:40.267755+0000 mgr.smithi073.qftnkv (mgr.14182) 1061 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:42.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:40.267755+0000 mgr.smithi073.qftnkv (mgr.14182) 1061 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:42.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:41.037608+0000 mgr.smithi073.qftnkv (mgr.14182) 1062 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:43.015 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:43.015 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:43.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:41.037608+0000 mgr.smithi073.qftnkv (mgr.14182) 1062 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:43.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:44.384 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:45.029 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:43.011433+0000 mgr.smithi073.qftnkv (mgr.14182) 1063 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:45.030 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:43.038582+0000 mgr.smithi073.qftnkv (mgr.14182) 1064 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:45.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:43.011433+0000 mgr.smithi073.qftnkv (mgr.14182) 1063 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:45.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:43.038582+0000 mgr.smithi073.qftnkv (mgr.14182) 1064 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:45.668 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:45.669 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:46.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:47.063 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:47.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:45.038994+0000 mgr.smithi073.qftnkv (mgr.14182) 1065 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:47.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:45.664773+0000 mgr.smithi073.qftnkv (mgr.14182) 1066 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:47.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:45.038994+0000 mgr.smithi073.qftnkv (mgr.14182) 1065 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:47.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:45.664773+0000 mgr.smithi073.qftnkv (mgr.14182) 1066 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:48.382 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:48.383 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:48.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:49.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:47.039780+0000 mgr.smithi073.qftnkv (mgr.14182) 1067 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:49.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:47.039780+0000 mgr.smithi073.qftnkv (mgr.14182) 1067 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:49.843 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:50.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:48.377700+0000 mgr.smithi073.qftnkv (mgr.14182) 1068 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:50.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:48.377700+0000 mgr.smithi073.qftnkv (mgr.14182) 1068 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:51.140 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:51.140 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:51.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:49.040590+0000 mgr.smithi073.qftnkv (mgr.14182) 1069 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:51.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:49.040590+0000 mgr.smithi073.qftnkv (mgr.14182) 1069 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:51.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:52.517 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:52.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:51.041155+0000 mgr.smithi073.qftnkv (mgr.14182) 1070 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:52.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:51.135721+0000 mgr.smithi073.qftnkv (mgr.14182) 1071 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:53.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:51.041155+0000 mgr.smithi073.qftnkv (mgr.14182) 1070 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:53.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:51.135721+0000 mgr.smithi073.qftnkv (mgr.14182) 1071 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:53.907 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:53.907 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:54.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:55.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:53.041939+0000 mgr.smithi073.qftnkv (mgr.14182) 1072 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:55.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:53.041939+0000 mgr.smithi073.qftnkv (mgr.14182) 1072 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:55.283 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:55.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:55 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:53.902672+0000 mgr.smithi073.qftnkv (mgr.14182) 1073 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:56.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:55 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:53.902672+0000 mgr.smithi073.qftnkv (mgr.14182) 1073 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:56.598 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:56.599 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:56.905 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:55.042515+0000 mgr.smithi073.qftnkv (mgr.14182) 1074 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:56.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:37:57.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:55.042515+0000 mgr.smithi073.qftnkv (mgr.14182) 1074 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:37:57.966 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:37:57.999 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:56.594449+0000 mgr.smithi073.qftnkv (mgr.14182) 1075 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:58.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:56.594449+0000 mgr.smithi073.qftnkv (mgr.14182) 1075 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:37:58.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:37:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:57.043309+0000 mgr.smithi073.qftnkv (mgr.14182) 1076 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:59.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:37:58 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:57.043309+0000 mgr.smithi073.qftnkv (mgr.14182) 1076 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:37:59.329 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:37:59.330 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:37:59.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:00.698 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:01.024 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:37:59.043975+0000 mgr.smithi073.qftnkv (mgr.14182) 1077 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:01.025 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:37:59.325575+0000 mgr.smithi073.qftnkv (mgr.14182) 1078 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:01.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:37:59.043975+0000 mgr.smithi073.qftnkv (mgr.14182) 1077 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:01.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:37:59.325575+0000 mgr.smithi073.qftnkv (mgr.14182) 1078 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:01.990 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:01.990 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:02.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:03.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:01.044537+0000 mgr.smithi073.qftnkv (mgr.14182) 1079 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:03.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:01.044537+0000 mgr.smithi073.qftnkv (mgr.14182) 1079 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:03.390 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:04.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:03 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:01.986037+0000 mgr.smithi073.qftnkv (mgr.14182) 1080 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:04.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:03 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:01.986037+0000 mgr.smithi073.qftnkv (mgr.14182) 1080 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:04.701 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:04.702 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:05.004 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:03.045507+0000 mgr.smithi073.qftnkv (mgr.14182) 1081 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:05.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:05.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:03.045507+0000 mgr.smithi073.qftnkv (mgr.14182) 1081 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:06.073 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:06.105 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:04.697633+0000 mgr.smithi073.qftnkv (mgr.14182) 1082 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:06.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:04.697633+0000 mgr.smithi073.qftnkv (mgr.14182) 1082 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:07.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:05.046002+0000 mgr.smithi073.qftnkv (mgr.14182) 1083 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:07.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:05.046002+0000 mgr.smithi073.qftnkv (mgr.14182) 1083 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:07.373 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:07.374 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:07.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:08.772 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:08.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:07.046738+0000 mgr.smithi073.qftnkv (mgr.14182) 1084 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:08.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:07.369603+0000 mgr.smithi073.qftnkv (mgr.14182) 1085 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:08.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:07.046738+0000 mgr.smithi073.qftnkv (mgr.14182) 1084 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:08.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:07.369603+0000 mgr.smithi073.qftnkv (mgr.14182) 1085 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:10.079 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:10.079 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:10.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:10.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:09.047527+0000 mgr.smithi073.qftnkv (mgr.14182) 1086 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:10.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:09.047527+0000 mgr.smithi073.qftnkv (mgr.14182) 1086 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:11.447 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:11.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:11 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:10.074893+0000 mgr.smithi073.qftnkv (mgr.14182) 1087 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:11.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:11 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:10.074893+0000 mgr.smithi073.qftnkv (mgr.14182) 1087 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:12.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:11.047966+0000 mgr.smithi073.qftnkv (mgr.14182) 1088 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:12.755 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:12.755 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:12.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:11.047966+0000 mgr.smithi073.qftnkv (mgr.14182) 1088 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:13.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:12.751154+0000 mgr.smithi073.qftnkv (mgr.14182) 1089 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:13.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:12.751154+0000 mgr.smithi073.qftnkv (mgr.14182) 1089 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:14.129 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:14.782 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:13.048799+0000 mgr.smithi073.qftnkv (mgr.14182) 1090 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:13.048799+0000 mgr.smithi073.qftnkv (mgr.14182) 1090 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:15.457 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:15.457 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:15.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:16.839 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:16.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:15.049307+0000 mgr.smithi073.qftnkv (mgr.14182) 1091 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:16.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:15.453162+0000 mgr.smithi073.qftnkv (mgr.14182) 1092 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:16.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:15.049307+0000 mgr.smithi073.qftnkv (mgr.14182) 1091 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:16.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:15.453162+0000 mgr.smithi073.qftnkv (mgr.14182) 1092 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:18.179 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:18.179 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:18.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:17.049977+0000 mgr.smithi073.qftnkv (mgr.14182) 1093 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:18.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:17.049977+0000 mgr.smithi073.qftnkv (mgr.14182) 1093 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:19.546 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:19.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:18.174806+0000 mgr.smithi073.qftnkv (mgr.14182) 1094 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:19.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:18.174806+0000 mgr.smithi073.qftnkv (mgr.14182) 1094 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:20.882 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:20.883 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:20.904 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:19.050815+0000 mgr.smithi073.qftnkv (mgr.14182) 1095 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:20.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:19.050815+0000 mgr.smithi073.qftnkv (mgr.14182) 1095 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:21.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:22.246 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:22.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:20.878109+0000 mgr.smithi073.qftnkv (mgr.14182) 1096 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:22.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:21.051314+0000 mgr.smithi073.qftnkv (mgr.14182) 1097 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:22.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:20.878109+0000 mgr.smithi073.qftnkv (mgr.14182) 1096 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:22.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:21.051314+0000 mgr.smithi073.qftnkv (mgr.14182) 1097 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:23.568 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:23.568 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:23.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:24.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:23.052162+0000 mgr.smithi073.qftnkv (mgr.14182) 1098 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:24.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:23.564231+0000 mgr.smithi073.qftnkv (mgr.14182) 1099 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:24.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:23.052162+0000 mgr.smithi073.qftnkv (mgr.14182) 1098 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:24.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:23.564231+0000 mgr.smithi073.qftnkv (mgr.14182) 1099 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:24.945 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:26.278 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:26.278 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:26.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:26.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:25.052701+0000 mgr.smithi073.qftnkv (mgr.14182) 1100 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:27.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:25.052701+0000 mgr.smithi073.qftnkv (mgr.14182) 1100 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:27.653 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:27.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:27 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:26.274204+0000 mgr.smithi073.qftnkv (mgr.14182) 1101 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:28.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:27 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:26.274204+0000 mgr.smithi073.qftnkv (mgr.14182) 1101 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:28.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:27.053476+0000 mgr.smithi073.qftnkv (mgr.14182) 1102 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:29.014 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:29.014 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:29.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:27.053476+0000 mgr.smithi073.qftnkv (mgr.14182) 1102 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:29.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:30.397 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:31.030 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:29.009807+0000 mgr.smithi073.qftnkv (mgr.14182) 1103 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:31.030 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:29.054109+0000 mgr.smithi073.qftnkv (mgr.14182) 1104 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:31.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:29.009807+0000 mgr.smithi073.qftnkv (mgr.14182) 1103 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:31.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:29.054109+0000 mgr.smithi073.qftnkv (mgr.14182) 1104 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:31.729 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:31.729 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:32.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:33.094 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:33.128 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:31.054646+0000 mgr.smithi073.qftnkv (mgr.14182) 1105 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:33.128 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:31.725100+0000 mgr.smithi073.qftnkv (mgr.14182) 1106 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:33.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:31.054646+0000 mgr.smithi073.qftnkv (mgr.14182) 1105 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:33.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:31.725100+0000 mgr.smithi073.qftnkv (mgr.14182) 1106 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:34.444 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:34.444 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:34.782 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:33.055802+0000 mgr.smithi073.qftnkv (mgr.14182) 1107 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:34.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:35.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:33.055802+0000 mgr.smithi073.qftnkv (mgr.14182) 1107 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:35.860 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:36.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:34.439815+0000 mgr.smithi073.qftnkv (mgr.14182) 1108 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:36.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:34.439815+0000 mgr.smithi073.qftnkv (mgr.14182) 1108 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:36.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:35.056340+0000 mgr.smithi073.qftnkv (mgr.14182) 1109 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:37.137 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:37.138 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:37.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:35.056340+0000 mgr.smithi073.qftnkv (mgr.14182) 1109 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:37.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:38.501 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:38.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:37.056970+0000 mgr.smithi073.qftnkv (mgr.14182) 1110 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:38.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:37.133965+0000 mgr.smithi073.qftnkv (mgr.14182) 1111 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:39.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:37.056970+0000 mgr.smithi073.qftnkv (mgr.14182) 1110 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:39.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:37.133965+0000 mgr.smithi073.qftnkv (mgr.14182) 1111 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:39.861 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:39.862 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:40.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:41.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:39.057741+0000 mgr.smithi073.qftnkv (mgr.14182) 1112 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:41.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:39.057741+0000 mgr.smithi073.qftnkv (mgr.14182) 1112 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:41.187 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:41.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:41 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:39.857975+0000 mgr.smithi073.qftnkv (mgr.14182) 1113 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:42.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:41 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:39.857975+0000 mgr.smithi073.qftnkv (mgr.14182) 1113 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:42.469 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:42.469 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:42.748 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:41.058335+0000 mgr.smithi073.qftnkv (mgr.14182) 1114 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:42.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:43.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:41.058335+0000 mgr.smithi073.qftnkv (mgr.14182) 1114 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:43.843 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:44.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:43 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:42.465494+0000 mgr.smithi073.qftnkv (mgr.14182) 1115 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:44.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:42.465494+0000 mgr.smithi073.qftnkv (mgr.14182) 1115 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:44.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:44 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:43.059081+0000 mgr.smithi073.qftnkv (mgr.14182) 1116 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:45.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:44 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:43.059081+0000 mgr.smithi073.qftnkv (mgr.14182) 1116 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:45.198 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:45.198 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:45.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:46.575 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:46.893 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:45.059485+0000 mgr.smithi073.qftnkv (mgr.14182) 1117 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:46.893 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:46 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:45.194813+0000 mgr.smithi073.qftnkv (mgr.14182) 1118 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:47.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:45.059485+0000 mgr.smithi073.qftnkv (mgr.14182) 1117 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:47.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:46 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:45.194813+0000 mgr.smithi073.qftnkv (mgr.14182) 1118 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:47.899 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:48.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:49.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:48 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:47.060146+0000 mgr.smithi073.qftnkv (mgr.14182) 1119 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:49.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:48 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:47.060146+0000 mgr.smithi073.qftnkv (mgr.14182) 1119 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:38:49.274 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:49.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:49 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:47.894428+0000 mgr.smithi073.qftnkv (mgr.14182) 1120 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:50.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:49 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:47.894428+0000 mgr.smithi073.qftnkv (mgr.14182) 1120 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:50.666 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:50.667 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:50.955 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:50 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:49.060787+0000 mgr.smithi073.qftnkv (mgr.14182) 1121 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:51.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:51.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:50 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:49.060787+0000 mgr.smithi073.qftnkv (mgr.14182) 1121 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:52.042 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:52.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:51 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:50.662647+0000 mgr.smithi073.qftnkv (mgr.14182) 1122 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:52.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:51 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:50.662647+0000 mgr.smithi073.qftnkv (mgr.14182) 1122 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:52.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:52 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:51.061288+0000 mgr.smithi073.qftnkv (mgr.14182) 1123 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:53.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:52 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:51.061288+0000 mgr.smithi073.qftnkv (mgr.14182) 1123 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:38:53.367 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:53.368 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:53.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:54.750 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:55.107 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:53.062087+0000 mgr.smithi073.qftnkv (mgr.14182) 1124 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-15T05:38:55.108 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:54 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:53.363618+0000 mgr.smithi073.qftnkv (mgr.14182) 1125 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:55.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:53.062087+0000 mgr.smithi073.qftnkv (mgr.14182) 1124 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-15T05:38:55.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:54 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:53.363618+0000 mgr.smithi073.qftnkv (mgr.14182) 1125 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:56.101 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:56.101 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:56.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:57.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:56 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:55.062539+0000 mgr.smithi073.qftnkv (mgr.14182) 1126 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-15T05:38:57.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:56 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:55.062539+0000 mgr.smithi073.qftnkv (mgr.14182) 1126 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-15T05:38:57.474 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:38:58.101 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:57 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:56.097038+0000 mgr.smithi073.qftnkv (mgr.14182) 1127 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:58.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:57 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:56.097038+0000 mgr.smithi073.qftnkv (mgr.14182) 1127 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:58.789 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:38:58.790 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:38:59.112 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:38:58 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:57.063420+0000 mgr.smithi073.qftnkv (mgr.14182) 1128 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-15T05:38:59.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:38:59.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:38:58 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:57.063420+0000 mgr.smithi073.qftnkv (mgr.14182) 1128 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-15T05:39:00.165 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:01.117 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:38:58.785635+0000 mgr.smithi073.qftnkv (mgr.14182) 1129 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:01.117 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:00 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:38:59.064041+0000 mgr.smithi073.qftnkv (mgr.14182) 1130 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:39:01.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:38:58.785635+0000 mgr.smithi073.qftnkv (mgr.14182) 1129 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:01.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:00 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:38:59.064041+0000 mgr.smithi073.qftnkv (mgr.14182) 1130 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:39:01.469 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:01.470 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:01.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:02.848 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:03.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:01.064433+0000 mgr.smithi073.qftnkv (mgr.14182) 1131 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:39:03.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:02 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:01.465707+0000 mgr.smithi073.qftnkv (mgr.14182) 1132 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:03.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:01.064433+0000 mgr.smithi073.qftnkv (mgr.14182) 1131 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:39:03.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:02 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:01.465707+0000 mgr.smithi073.qftnkv (mgr.14182) 1132 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:04.172 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:04.173 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:04.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:05.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:04 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:03.065252+0000 mgr.smithi073.qftnkv (mgr.14182) 1133 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:39:05.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:04 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:03.065252+0000 mgr.smithi073.qftnkv (mgr.14182) 1133 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T05:39:05.556 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:05.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:05 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:04.168543+0000 mgr.smithi073.qftnkv (mgr.14182) 1134 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:06.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:05 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:04.168543+0000 mgr.smithi073.qftnkv (mgr.14182) 1134 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:06.892 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:06.893 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:06.916 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:06 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:05.065868+0000 mgr.smithi073.qftnkv (mgr.14182) 1135 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T05:39:07.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:06 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:05.065868+0000 mgr.smithi073.qftnkv (mgr.14182) 1135 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T05:39:07.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:08.264 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:08.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:06.888569+0000 mgr.smithi073.qftnkv (mgr.14182) 1136 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:08.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:08 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:07.066491+0000 mgr.smithi073.qftnkv (mgr.14182) 1137 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:39:08.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:06.888569+0000 mgr.smithi073.qftnkv (mgr.14182) 1136 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:08.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:08 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:07.066491+0000 mgr.smithi073.qftnkv (mgr.14182) 1137 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:39:09.609 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:09.610 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:09.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:10.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:09.067029+0000 mgr.smithi073.qftnkv (mgr.14182) 1138 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T05:39:10.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:10 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:09.605410+0000 mgr.smithi073.qftnkv (mgr.14182) 1139 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:10.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:09.067029+0000 mgr.smithi073.qftnkv (mgr.14182) 1138 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T05:39:10.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:10 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:09.605410+0000 mgr.smithi073.qftnkv (mgr.14182) 1139 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:10.988 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:12.305 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:12.306 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:12.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:12.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:12 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:11.067494+0000 mgr.smithi073.qftnkv (mgr.14182) 1140 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:12.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:12 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:11.067494+0000 mgr.smithi073.qftnkv (mgr.14182) 1140 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:13.689 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:13.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:13 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:12.301607+0000 mgr.smithi073.qftnkv (mgr.14182) 1141 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:13.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:13 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:12.301607+0000 mgr.smithi073.qftnkv (mgr.14182) 1141 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:14.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:14 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:13.068318+0000 mgr.smithi073.qftnkv (mgr.14182) 1142 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:14.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:14 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:13.068318+0000 mgr.smithi073.qftnkv (mgr.14182) 1142 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:15.009 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:15.009 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:15.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:16.371 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:16.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:15.005438+0000 mgr.smithi073.qftnkv (mgr.14182) 1143 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:16.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:16 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:15.068803+0000 mgr.smithi073.qftnkv (mgr.14182) 1144 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:16.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:15.005438+0000 mgr.smithi073.qftnkv (mgr.14182) 1143 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:16.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:16 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:15.068803+0000 mgr.smithi073.qftnkv (mgr.14182) 1144 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:17.714 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:17.715 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:30:41.785855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bszsqf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:18.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:17.069542+0000 mgr.smithi073.qftnkv (mgr.14182) 1145 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:18.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:17.710934+0000 mgr.smithi073.qftnkv (mgr.14182) 1146 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:18.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:18 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:17.909597+0000 mon.smithi073 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.duviqx"}]: dispatch 2023-11-15T05:39:18.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:17.069542+0000 mgr.smithi073.qftnkv (mgr.14182) 1145 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:18.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:17.710934+0000 mgr.smithi073.qftnkv (mgr.14182) 1146 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:18.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:18 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:17.909597+0000 mon.smithi073 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.73:0/898407023' entity='mgr.smithi073.qftnkv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.duviqx"}]: dispatch 2023-11-15T05:39:19.089 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:19.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:39:17.909161+0000 mgr.smithi073.qftnkv (mgr.14182) 1147 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:19.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:19.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:19.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:19.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.duviqx ... 2023-11-15T05:39:19.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:19.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:19.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:37:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:19.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:38:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:19.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:38:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:19.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:39:19.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:19.923 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Traceback (most recent call last): 2023-11-15T05:39:19.923 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:39:19.923 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: yield (conn, connr) 2023-11-15T05:39:19.923 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:39:19.924 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: code, '\n'.join(err))) 2023-11-15T05:39:19.924 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:19.924 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:19.924 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:19.926 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:19.927 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.duviqx ... 2023-11-15T05:39:19.927 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:19.927 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:19.927 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:37:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:19.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:38:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:19.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:38:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:19.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:39:19.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:19.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:39:17.909315+0000 mgr.smithi073.qftnkv (mgr.14182) 1148 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.duviqx 2023-11-15T05:39:19.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:39:17.910194+0000 mgr.smithi073.qftnkv (mgr.14182) 1149 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:19.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:19.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:19.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:19.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: Deploy daemon haproxy.nfs.foo.smithi162.duviqx ... 2023-11-15T05:39:19.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:19.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:19.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:37:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:19.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:38:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:19.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: stat: stderr time="2023-11-15T05:38:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:19.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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 2023-11-15T05:39:19.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:19.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:19 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cephadm 2023-11-15T05:39:17.912223+0000 mgr.smithi073.qftnkv (mgr.14182) 1150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dzoqhk on smithi073 2023-11-15T05:39:20.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:39:17.909161+0000 mgr.smithi073.qftnkv (mgr.14182) 1147 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:20.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:20.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:20.166 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:20.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.duviqx ... 2023-11-15T05:39:20.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:20.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:20.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:37:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:20.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:38:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:20.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:38:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:20.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:39:20.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:20.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Traceback (most recent call last): 2023-11-15T05:39:20.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:39:20.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: yield (conn, connr) 2023-11-15T05:39:20.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:39:20.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: code, '\n'.join(err))) 2023-11-15T05:39:20.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:20.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:20.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:20.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:20.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.duviqx ... 2023-11-15T05:39:20.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:20.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:20.171 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:37:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:20.171 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:38:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:20.171 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:38:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:20.171 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:39:20.171 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:20.172 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:39:17.909315+0000 mgr.smithi073.qftnkv (mgr.14182) 1148 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.duviqx 2023-11-15T05:39:20.172 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:39:17.910194+0000 mgr.smithi073.qftnkv (mgr.14182) 1149 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:20.172 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx 2023-11-15T05:39:20.172 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:20.172 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: /bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx 2023-11-15T05:39:20.173 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: Deploy daemon haproxy.nfs.foo.smithi162.duviqx ... 2023-11-15T05:39:20.173 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:20.173 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:39:20.173 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:37:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:20.173 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:38:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:20.174 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: stat: stderr time="2023-11-15T05:38:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:39:20.174 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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 2023-11-15T05:39:20.174 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:39:20.174 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:19 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cephadm 2023-11-15T05:39:17.912223+0000 mgr.smithi073.qftnkv (mgr.14182) 1150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dzoqhk on smithi073 2023-11-15T05:39:20.387 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:20.387 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:17.910066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\nDeploy daemon haproxy.nfs.foo.smithi162.duviqx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:20.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:21.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:20 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:19.070285+0000 mgr.smithi073.qftnkv (mgr.14182) 1151 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:21.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:20 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:19.070285+0000 mgr.smithi073.qftnkv (mgr.14182) 1151 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:21.763 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:22.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:21 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:20.382813+0000 mgr.smithi073.qftnkv (mgr.14182) 1152 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:22.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:21 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:20.382813+0000 mgr.smithi073.qftnkv (mgr.14182) 1152 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:22.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:22 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:21.070848+0000 mgr.smithi073.qftnkv (mgr.14182) 1153 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:23.003 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:23.003 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:17.910066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\nDeploy daemon haproxy.nfs.foo.smithi162.duviqx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:23.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:22 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:21.070848+0000 mgr.smithi073.qftnkv (mgr.14182) 1153 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:23.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:24.369 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:25.005 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:22.998896+0000 mgr.smithi073.qftnkv (mgr.14182) 1154 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:25.005 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:24 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:23.071675+0000 mgr.smithi073.qftnkv (mgr.14182) 1155 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:25.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:22.998896+0000 mgr.smithi073.qftnkv (mgr.14182) 1154 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:25.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:24 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:23.071675+0000 mgr.smithi073.qftnkv (mgr.14182) 1155 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:25.667 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:25.668 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:17.910066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\nDeploy daemon haproxy.nfs.foo.smithi162.duviqx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:26.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:27.086 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:27.118 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:25.072285+0000 mgr.smithi073.qftnkv (mgr.14182) 1156 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:27.119 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:26 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:25.663705+0000 mgr.smithi073.qftnkv (mgr.14182) 1157 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:27.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:25.072285+0000 mgr.smithi073.qftnkv (mgr.14182) 1156 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:27.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:26 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:25.663705+0000 mgr.smithi073.qftnkv (mgr.14182) 1157 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:28.450 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:28.451 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:17.910066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\nDeploy daemon haproxy.nfs.foo.smithi162.duviqx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:28.741 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:28 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:27.073018+0000 mgr.smithi073.qftnkv (mgr.14182) 1158 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:28.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:29.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:28 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:27.073018+0000 mgr.smithi073.qftnkv (mgr.14182) 1158 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:29.810 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:30.135 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:29 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:28.446757+0000 mgr.smithi073.qftnkv (mgr.14182) 1159 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:30.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:29 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:28.446757+0000 mgr.smithi073.qftnkv (mgr.14182) 1159 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:30.741 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:30 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:29.073654+0000 mgr.smithi073.qftnkv (mgr.14182) 1160 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:31.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:30 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:29.073654+0000 mgr.smithi073.qftnkv (mgr.14182) 1160 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:31.184 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:31.184 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:17.910066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\nDeploy daemon haproxy.nfs.foo.smithi162.duviqx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:31.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:32.576 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:32.902 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:31.074097+0000 mgr.smithi073.qftnkv (mgr.14182) 1161 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:32.902 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:32 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:31.179337+0000 mgr.smithi073.qftnkv (mgr.14182) 1162 : audit [DBG] from='client.16272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:33.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:31.074097+0000 mgr.smithi073.qftnkv (mgr.14182) 1161 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:33.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:32 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:31.179337+0000 mgr.smithi073.qftnkv (mgr.14182) 1162 : audit [DBG] from='client.16272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:33.920 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:33.920 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:17.910066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\nDeploy daemon haproxy.nfs.foo.smithi162.duviqx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:34.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:35.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:34 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:33.074891+0000 mgr.smithi073.qftnkv (mgr.14182) 1163 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:35.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:34 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:33.074891+0000 mgr.smithi073.qftnkv (mgr.14182) 1163 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:35.284 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:35.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:35 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:33.916060+0000 mgr.smithi073.qftnkv (mgr.14182) 1164 : audit [DBG] from='client.16276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:36.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:35 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:33.916060+0000 mgr.smithi073.qftnkv (mgr.14182) 1164 : audit [DBG] from='client.16276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:36.603 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:36.603 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:17.910066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\nDeploy daemon haproxy.nfs.foo.smithi162.duviqx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:36.890 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:36 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:35.075455+0000 mgr.smithi073.qftnkv (mgr.14182) 1165 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:36.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:37.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:36 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:35.075455+0000 mgr.smithi073.qftnkv (mgr.14182) 1165 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:37.984 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:38.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:37 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:36.598541+0000 mgr.smithi073.qftnkv (mgr.14182) 1166 : audit [DBG] from='client.16280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:38.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:37 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:36.598541+0000 mgr.smithi073.qftnkv (mgr.14182) 1166 : audit [DBG] from='client.16280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:38.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:38 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:37.076125+0000 mgr.smithi073.qftnkv (mgr.14182) 1167 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:39.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:38 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:37.076125+0000 mgr.smithi073.qftnkv (mgr.14182) 1167 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:39:39.288 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:39.289 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:17.910066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\nDeploy daemon haproxy.nfs.foo.smithi162.duviqx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:39.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:40.667 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:39:40.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:39.076791+0000 mgr.smithi073.qftnkv (mgr.14182) 1168 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:40.985 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:40 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: audit 2023-11-15T05:39:39.284405+0000 mgr.smithi073.qftnkv (mgr.14182) 1169 : audit [DBG] from='client.16284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:41.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:39.076791+0000 mgr.smithi073.qftnkv (mgr.14182) 1168 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:41.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:40 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: audit 2023-11-15T05:39:39.284405+0000 mgr.smithi073.qftnkv (mgr.14182) 1169 : audit [DBG] from='client.16284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:39:41.899 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:39:41.899 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:17:09.398706Z", "last_refresh": "2023-11-15T05:36:48.722469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:17:05.744712Z", "last_refresh": "2023-11-15T05:36:45.820108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:17:07.659481Z", "last_refresh": "2023-11-15T05:36:48.722595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:33:15.413681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vhfcgf on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-vhfcgf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.vhfcgf\nDeploy daemon haproxy.nfs.foo.smithi162.vhfcgf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:31: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=\"2023-11-15T05:32:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:32: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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.485099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ynmxyf on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi073-ynmxyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi073.ynmxyf\nDeploy daemon haproxy.nfs.foo.smithi073.ynmxyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:33:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:34: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=\"2023-11-15T05:35:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:35:44.486263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.kfpjtr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:35:44.487238Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zezbdx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:39:17.910066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.duviqx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi162-duviqx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\n/bin/podman: stderr Error: no such container ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi162.duviqx\nDeploy daemon haproxy.nfs.foo.smithi162.duviqx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:37:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:38:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-11-15T05:20:35.458092Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:17:04.815874Z", "last_refresh": "2023-11-15T05:36:45.820262Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:03.780011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:18:03.777193Z", "last_refresh": "2023-11-15T05:36:45.820335Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:20:35.456954Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:20:35.453647Z", "last_refresh": "2023-11-15T05:36:48.723062Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:17:08.529598Z", "last_refresh": "2023-11-15T05:36:45.820399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:18:29.337708Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:18:29.334199Z", "last_refresh": "2023-11-15T05:36:45.820474Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:17:06.734070Z", "last_refresh": "2023-11-15T05:36:48.722714Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:20:31.347245Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T05:20:35.504722Z", "last_refresh": "2023-11-15T05:36:45.820769Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T05:39:42.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:39:42.266 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T05:39:42.346 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ac8311d216e24b04a64eeba1198b692f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T05:39:42.348 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-15T05:39:42.360 INFO:tasks.vip:Removing 10.0.15.73 (and any VIPs) on smithi073.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:39:42.361 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.15.73/16 dev enp3s0f1 2023-11-15T05:39:42.404 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.31.73/16 dev enp3s0f1 2023-11-15T05:39:42.471 INFO:teuthology.orchestra.run.smithi073.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T05:39:42.472 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T05:39:42.473 INFO:tasks.vip:Removing 10.0.15.162 (and any VIPs) on smithi162.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:39:42.473 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr del 10.0.15.162/16 dev enp3s0f1 2023-11-15T05:39:42.512 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr del 10.0.31.73/16 dev enp3s0f1 2023-11-15T05:39:42.585 INFO:teuthology.orchestra.run.smithi162.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T05:39:42.586 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T05:39:42.587 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T05:39:42.598 INFO:tasks.cephadm:Teardown begin 2023-11-15T05:39:42.599 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:39:42.627 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:39:42.657 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T05:39:42.658 DEBUG:teuthology.orchestra.run.smithi073:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:39:42.684 DEBUG:teuthology.orchestra.run.smithi162:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:39:42.718 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T05:39:42.718 INFO:tasks.cephadm.mon.smithi073:Stopping mon.smithi073... 2023-11-15T05:39:42.719 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi073 2023-11-15T05:39:42.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:42 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: cluster 2023-11-15T05:39:41.077415+0000 mgr.smithi073.qftnkv (mgr.14182) 1170 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:42.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: cluster 2023-11-15T05:39:41.077415+0000 mgr.smithi073.qftnkv (mgr.14182) 1170 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:39:42.985 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:42 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for 0b56be78-8376-11ee-8dbe-212e2dc638e7... 2023-11-15T05:39:42.985 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:42 smithi073 bash[232160]: Error: no container with name or ID "ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon.smithi073" found: no such container 2023-11-15T05:39:42.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:39:42.959+0000 7f2c32863700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi073 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T05:39:42.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:42 smithi073 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073[108812]: debug 2023-11-15T05:39:42.959+0000 7f2c32863700 -1 mon.smithi073@0(leader) e2 *** Got Signal Terminated *** 2023-11-15T05:39:43.538 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 05:39:43 smithi073 bash[232199]: ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi073 2023-11-15T05:39:43.545 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi073.service' 2023-11-15T05:39:43.593 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T05:39:43.593 INFO:tasks.cephadm.mon.smithi073:Stopped mon.smithi073 2023-11-15T05:39:43.594 INFO:tasks.cephadm.mon.smithi162:Stopping mon.smithi162... 2023-11-15T05:39:43.594 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi162 2023-11-15T05:39:43.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:43 smithi162 systemd[1]: Stopping Ceph mon.smithi162 for 0b56be78-8376-11ee-8dbe-212e2dc638e7... 2023-11-15T05:39:43.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:43 smithi162 bash[133282]: Error: no container with name or ID "ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon.smithi162" found: no such container 2023-11-15T05:39:43.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: debug 2023-11-15T05:39:43.843+0000 7f430b9f7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi162 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T05:39:43.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:43 smithi162 ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162[112168]: debug 2023-11-15T05:39:43.843+0000 7f430b9f7700 -1 mon.smithi162@1(peon) e2 *** Got Signal Terminated *** 2023-11-15T05:39:44.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 05:39:44 smithi162 bash[133321]: ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7-mon-smithi162 2023-11-15T05:39:44.467 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0b56be78-8376-11ee-8dbe-212e2dc638e7@mon.smithi162.service' 2023-11-15T05:39:44.512 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T05:39:44.513 INFO:tasks.cephadm.mon.smithi162:Stopped mon.smithi162 2023-11-15T05:39:44.513 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T05:42:39.372 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T05:43:20.047 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:43:20.085 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:43:20.115 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T05:43:20.118 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465/remote/ubuntu@smithi073.front.sepia.ceph.com/crash 2023-11-15T05:43:20.119 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T05:43:20.168 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T05:43:20.169 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2023-11-15T05:43:20.171 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465/remote/ubuntu@smithi162.front.sepia.ceph.com/crash 2023-11-15T05:43:20.172 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T05:43:20.209 INFO:teuthology.orchestra.run.smithi162.stderr:tar: /var/lib/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T05:43:20.210 INFO:teuthology.orchestra.run.smithi162.stderr:tar: Error is not recoverable: exiting now 2023-11-15T05:43:20.211 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T05:43:20.212 DEBUG:teuthology.orchestra.run.smithi073:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T05:43:20.242 INFO:teuthology.orchestra.run.smithi073.stderr:grep: /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T05:43:20.244 INFO:tasks.cephadm:Compressing logs... 2023-11-15T05:43:20.244 DEBUG:teuthology.orchestra.run.smithi073:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T05:43:20.286 DEBUG:teuthology.orchestra.run.smithi162:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T05:43:20.312 INFO:teuthology.orchestra.run.smithi073.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T05:43:20.313 INFO:teuthology.orchestra.run.smithi073.stderr:: No such file or directory 2023-11-15T05:43:20.313 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mon.smithi073.log 2023-11-15T05:43:20.314 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T05:43:20.316 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi073.qftnkv.log 2023-11-15T05:43:20.316 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mon.smithi073.log: /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-15T05:43:20.316 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi073.qftnkv.log: gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-15T05:43:20.318 INFO:teuthology.orchestra.run.smithi162.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T05:43:20.318 INFO:teuthology.orchestra.run.smithi162.stderr:: No such file or directory 2023-11-15T05:43:20.319 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi162.fsrpnd.log 2023-11-15T05:43:20.319 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-15T05:43:20.319 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi162.fsrpnd.log: gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T05:43:20.319 INFO:teuthology.orchestra.run.smithi162.stderr: 79.8% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi162.fsrpnd.log.gz 2023-11-15T05:43:20.320 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-15T05:43:20.320 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi162.zkshzy.log 2023-11-15T05:43:20.320 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mon.smithi162.log 2023-11-15T05:43:20.320 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi162.zkshzy.log: /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mon.smithi162.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T05:43:20.321 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-15T05:43:20.321 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-15T05:43:20.323 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: 92.6% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T05:43:20.323 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: 92.5% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T05:43:20.324 INFO:teuthology.orchestra.run.smithi162.stderr: 93.2% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi162.zkshzy.log.gz 2023-11-15T05:43:20.324 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-15T05:43:20.325 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi073.tplihh.log 2023-11-15T05:43:20.326 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi073.tplihh.log: 79.0% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi073.tplihh.log.gz 2023-11-15T05:43:20.326 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-15T05:43:20.348 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T05:43:20.526 INFO:teuthology.orchestra.run.smithi162.stderr: 92.6% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mon.smithi162.log.gz 2023-11-15T05:43:20.574 INFO:teuthology.orchestra.run.smithi073.stderr: 90.2% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi073.qftnkv.log.gz 2023-11-15T05:43:20.972 INFO:teuthology.orchestra.run.smithi073.stderr: 90.5% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-mon.smithi073.log.gz 2023-11-15T05:43:21.128 INFO:teuthology.orchestra.run.smithi073.stderr: 93.6% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-15T05:43:21.279 INFO:teuthology.orchestra.run.smithi162.stderr: 93.4% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-15T05:43:21.329 INFO:teuthology.orchestra.run.smithi162.stderr: 93.3% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-15T05:43:21.334 INFO:teuthology.orchestra.run.smithi073.stderr: 93.5% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-15T05:43:21.353 INFO:teuthology.orchestra.run.smithi162.stderr: 93.7% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-15T05:43:21.489 INFO:teuthology.orchestra.run.smithi073.stderr: 93.4% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-15T05:43:21.514 INFO:teuthology.orchestra.run.smithi162.stderr: 93.6% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-15T05:43:21.515 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-15T05:43:21.516 INFO:teuthology.orchestra.run.smithi162.stderr:real 0m1.212s 2023-11-15T05:43:21.516 INFO:teuthology.orchestra.run.smithi162.stderr:user 0m4.286s 2023-11-15T05:43:21.516 INFO:teuthology.orchestra.run.smithi162.stderr:sys 0m0.173s 2023-11-15T05:43:21.731 INFO:teuthology.orchestra.run.smithi073.stderr: 93.6% -- replaced with /var/log/ceph/0b56be78-8376-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-15T05:43:21.733 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T05:43:21.733 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m1.430s 2023-11-15T05:43:21.733 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m5.174s 2023-11-15T05:43:21.733 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.208s 2023-11-15T05:43:21.734 INFO:tasks.cephadm:Archiving logs... 2023-11-15T05:43:21.734 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465/remote/ubuntu@smithi073.front.sepia.ceph.com/log 2023-11-15T05:43:21.736 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T05:43:22.528 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465/remote/ubuntu@smithi162.front.sepia.ceph.com/log 2023-11-15T05:43:22.529 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T05:43:23.251 INFO:tasks.cephadm:Removing cluster... 2023-11-15T05:43:23.252 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 --force 2023-11-15T05:43:23.632 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0b56be78-8376-11ee-8dbe-212e2dc638e7 --force 2023-11-15T05:43:24.015 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T05:43:24.015 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T05:43:24.034 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T05:43:24.053 INFO:tasks.cephadm:Teardown complete 2023-11-15T05:43:24.054 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-15T05:43:24.068 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2023-11-15T05:43:24.069 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_1 2023-11-15T05:43:24.195 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T05:43:24.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:24.197 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2023-11-15T05:43:24.197 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_2 2023-11-15T05:43:24.331 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T05:43:24.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:24.332 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2023-11-15T05:43:24.333 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_3 2023-11-15T05:43:24.460 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T05:43:24.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:24.461 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2023-11-15T05:43:24.462 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_4 2023-11-15T05:43:24.582 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T05:43:24.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:24.584 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:43:24.584 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2023-11-15T05:43:24.610 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_1... 2023-11-15T05:43:24.611 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_1 2023-11-15T05:43:24.751 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T05:43:24.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:24.753 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_2... 2023-11-15T05:43:24.753 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_2 2023-11-15T05:43:24.884 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T05:43:24.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:24.886 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_3... 2023-11-15T05:43:24.887 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_3 2023-11-15T05:43:25.006 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T05:43:25.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:25.008 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_4... 2023-11-15T05:43:25.009 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_4 2023-11-15T05:43:25.140 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T05:43:25.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:25.141 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:43:25.142 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/scratch_devs 2023-11-15T05:43:25.168 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T05:43:25.179 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T05:43:25.180 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:43:25.183 DEBUG:teuthology.orchestra.run.smithi162:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:43:25.198 INFO:teuthology.orchestra.run.smithi073.stderr:bash: ntpq: command not found 2023-11-15T05:43:25.203 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:43:25.203 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2023-11-15T05:43:25.203 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 49 +951us[ +951us] +/- 105ms 2023-11-15T05:43:25.204 INFO:teuthology.orchestra.run.smithi073.stdout:^* hv02.front.sepia.ceph.com 3 6 377 50 -554us[ -550us] +/- 49ms 2023-11-15T05:43:25.204 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 52 +143us[ +148us] +/- 72ms 2023-11-15T05:43:25.204 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:43:25.225 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-15T05:43:25.230 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:43:25.230 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-15T05:43:25.231 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 +961us[ +965us] +/- 105ms 2023-11-15T05:43:25.231 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 49 -555us[ -550us] +/- 49ms 2023-11-15T05:43:25.231 INFO:teuthology.orchestra.run.smithi162.stdout:^* hv03.front.sepia.ceph.com 3 6 377 49 +145us[ +150us] +/- 72ms 2023-11-15T05:43:25.232 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:43:25.232 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T05:43:25.244 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T05:43:25.245 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T05:43:25.310 DEBUG:teuthology.orchestra.run.smithi073:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-15T05:43:25.410 DEBUG:teuthology.orchestra.run.smithi162:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-15T05:43:25.498 DEBUG:teuthology.orchestra.run.smithi073:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:43:25.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:25.534 DEBUG:teuthology.orchestra.run.smithi162:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:43:25.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:25.568 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T05:43:25.581 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T05:43:25.594 INFO:teuthology.task.internal:Duration was 2141.411310 seconds 2023-11-15T05:43:25.595 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T05:43:25.608 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T05:43:25.608 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T05:43:25.612 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T05:43:25.654 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:43:25.659 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:43:25.932 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T05:43:25.932 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:43:25.932 DEBUG:teuthology.orchestra.run.smithi073:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T05:43:25.956 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi162.front.sepia.ceph.com 2023-11-15T05:43:25.956 DEBUG:teuthology.orchestra.run.smithi162:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T05:43:25.978 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T05:43:25.979 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T05:43:25.998 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T05:43:26.067 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T05:43:26.068 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T05:43:26.070 DEBUG:teuthology.orchestra.run.smithi162:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T05:43:26.243 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T05:43:26.254 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T05:43:26.255 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T05:43:26.283 DEBUG:teuthology.orchestra.run.smithi162:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T05:43:26.312 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T05:43:26.325 DEBUG:teuthology.orchestra.run.smithi073:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:43:26.329 DEBUG:teuthology.orchestra.run.smithi162:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:43:26.356 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2023-11-15T05:43:26.381 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = core 2023-11-15T05:43:26.399 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:43:26.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:26.459 DEBUG:teuthology.orchestra.run.smithi162:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:43:26.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:43:26.477 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T05:43:26.489 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T05:43:26.491 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465/remote/smithi073 2023-11-15T05:43:26.492 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T05:43:26.545 DEBUG:teuthology.misc:Transferring archived files from smithi162:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465/remote/smithi162 2023-11-15T05:43:26.546 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T05:43:26.598 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T05:43:26.599 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T05:43:26.603 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T05:43:26.638 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T05:43:26.650 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T05:43:26.651 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T05:43:26.689 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T05:43:26.689 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T05:43:26.692 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T05:43:26.707 INFO:teuthology.orchestra.run.smithi073.stdout: 525952 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 05:43 /home/ubuntu/cephtest 2023-11-15T05:43:26.711 INFO:teuthology.orchestra.run.smithi162.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 05:43 /home/ubuntu/cephtest 2023-11-15T05:43:26.712 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T05:43:26.724 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T05:43:26.791 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T05:43:26.815 DEBUG:teuthology.nuke:shortname: smithi073 2023-11-15T05:43:26.816 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:43:26.842 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 04:58:56.709700', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG7L8MooRwTcQgQctxQfGrlCHI+BL305f4KcDL/hbxqmPMNVNWWU+UKpr6WfWDfHr70xvKyetjpc/8g0v7CoVZ4='} 2023-11-15T05:43:26.847 DEBUG:teuthology.nuke:shortname: smithi162 2023-11-15T05:43:26.847 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:43:26.870 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458465', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 04:58:56.711574', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO3zDu46Nl10gbsyPfI+h2WXNaOKmSuOpC+2JypLpQWoCwP6QhvyRy/6nYfhh6+QWh7+HdUsUDm0pZTJAhx9zlU='} 2023-11-15T05:43:26.907 INFO:teuthology.orchestra.console.smithi073:Power off 2023-11-15T05:43:26.908 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T05:43:26.930 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2023-11-15T05:43:26.931 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:43:26.953 INFO:teuthology.orchestra.console.smithi162:Power off 2023-11-15T05:43:26.954 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T05:43:26.973 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-11-15T05:43:26.984 DEBUG:teuthology.orchestra.console.smithi162:power off output: Chassis Power Control: Down/Off 2023-11-15T05:43:26.985 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:43:27.016 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-15T05:43:30.975 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:43:31.018 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:43:31.086 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-11-15T05:43:31.128 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-15T05:43:35.090 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:43:35.129 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:43:35.202 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2023-11-15T05:43:35.242 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is off 2023-11-15T05:43:35.304 INFO:teuthology.orchestra.console.smithi073:Power off completed 2023-11-15T05:43:35.344 INFO:teuthology.orchestra.console.smithi162:Power off completed 2023-11-15T05:43:35.449 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: 2141.4113097190857 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ac8311d216e24b04a64eeba1198b692f status: fail success: false 2023-11-15T05:43:35.450 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T05:43:35.561 INFO:teuthology.run:FAIL